Skip to content

Conversation

@olix0r
Copy link
Member

@olix0r olix0r commented Sep 25, 2025

linkerd/linkerd2#14511 removed sha256 digests from cli builds. This updates the install script to skip sha validation

linkerd/linkerd2#14511 removed sha256 digests from cli builds. This updates the install script to skip sha validation
@olix0r
Copy link
Member Author

olix0r commented Sep 25, 2025

:; LINKERD2_VERSION=edge-25.9.4 bash install-edge
Downloading linkerd2-cli-edge-25.9.4-linux-amd64...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 79.3M  100 79.3M    0     0  69.6M      0  0:00:01  0:00:01 --:--:--  144M
Download complete!

Linkerd edge-25.9.4 was successfully installed ��


Add the linkerd CLI to your path with:

  export PATH=$PATH:/home/code/.linkerd2/bin

Now run:

  # install the GatewayAPI CRDs
  kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml

  linkerd check --pre                         # validate that Linkerd can be installed
  linkerd install --crds | kubectl apply -f - # install the Linkerd CRDs
  linkerd install | kubectl apply -f -        # install the control plane into the 'linkerd' namespace
  linkerd check                               # validate everything worked!

You can also obtain observability features by installing the viz extension:

  linkerd viz install | kubectl apply -f -  # install the viz extension into the 'linkerd-viz' namespace
  linkerd viz check                         # validate the extension works!
  linkerd viz dashboard                     # launch the dashboard

Looking for more? Visit https://linkerd.io/2/tasks

@olix0r olix0r enabled auto-merge (squash) September 25, 2025 17:40
@olix0r olix0r disabled auto-merge September 25, 2025 17:40
@olix0r olix0r enabled auto-merge (squash) September 25, 2025 17:40
@olix0r olix0r changed the title chore(install-ege): remove checksum validation from install script chore(install-edge): remove checksum validation from install script Sep 25, 2025
@olix0r olix0r changed the title chore(install-edge): remove checksum validation from install script chore(install-edge): remove checksum validation Sep 25, 2025
@olix0r olix0r merged commit 72781ce into main Sep 25, 2025
10 checks passed
@olix0r olix0r deleted the ver/no-install-sha branch September 25, 2025 18:15
siggy added a commit that referenced this pull request Sep 25, 2025
Relates to #2045

Signed-off-by: Andrew Seigner <[email protected]>
siggy added a commit that referenced this pull request Sep 25, 2025
bezarsnba pushed a commit to bezarsnba/website that referenced this pull request Sep 30, 2025
…inkerd#2045)

linkerd/linkerd2#14511 removed sha256 digests from cli builds. This updates the install script to skip sha validation
Signed-off-by: Beza <[email protected]>
bezarsnba pushed a commit to bezarsnba/website that referenced this pull request Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants