Welcome to the Linux Foundation Forum!

[Lab 5.1] Linkerd pre-checks fail

Hello,
Linkerd says the cluster version is too old, is there a quick fix with kind:

  1. $ linkerd check --pre
  2. Linkerd core checks
  3. ===================
  4.  
  5. kubernetes-api
  6. --------------
  7. can initialize the client
  8. can query the Kubernetes API
  9.  
  10. kubernetes-version
  11. ------------------
  12. × is running the minimum Kubernetes API version
  13. Kubernetes is on version [1.18.2], but version [1.21.0] or more recent is required
  14. see https://linkerd.io/2.12/checks/#k8s-version for hints
  15. is running the minimum kubectl version
  16.  
  17. pre-kubernetes-setup
  18. --------------------
  19. control plane namespace does not already exist
  20. can create non-namespaced resources
  21. can create ServiceAccounts
  22. can create Services
  23. can create Deployments
  24. can create CronJobs
  25. can create ConfigMaps
  26. can create Secrets
  27. can read Secrets
  28. can read extension-apiserver-authentication configmap
  29. no clock skew detected
  30.  
  31. linkerd-version
  32. ---------------
  33. can determine the latest version
  34. cli is up-to-date
  35.  
  36. Status check results are ×

Kind version is 0.8.1:

  1. $ kind version
  2. kind v0.8.1 go1.14.2 linux/amd64

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Answers

  • Kind version 0.11.0 goes well

  • After the pre-checks, the step linkerd install --crds | kubectl apply -f - is needed:

    1. linkerd install --crds | kubectl apply -f -
    2. linkerd install | kubectl apply -f -
    3. linkerd check
    4. linkerd viz install | kubectl apply -f -
    5. kubectl -n linkerd-viz get pods
    6. linkerd viz check
    7. linkerd dashboard
  • The tap command has changed too:

    1. Command "tap" is deprecated, use instead 'linkerd viz tap [flags] (RESOURCE)'

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training