Difference between revisions of "Linkerd check --pre"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{linkerd}} Category:CNCF Category:Service Mesh")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
[[linkerd check]] --pre
 +
<pre>
 +
kubernetes-api
 +
--------------
 +
√ can initialize the client
 +
√ can query the Kubernetes API
 +
 +
kubernetes-version
 +
------------------
 +
√ is running the minimum Kubernetes API version
 +
 +
pre-kubernetes-setup
 +
--------------------
 +
× control plane namespace does not already exist
 +
    The "linkerd" namespace already exists
 +
    see https://linkerd.io/2.14/checks/#pre-ns for hints
 +
× can create non-namespaced resources
 +
    cannot create Namespace/linkerd: namespaces "linkerd" already exists
 +
    see https://linkerd.io/2.14/checks/#pre-k8s-cluster-k8s for hints
 +
√ can create ServiceAccounts
 +
√ can create Services
 +
√ can create Deployments
 +
√ can create CronJobs
 +
√ can create ConfigMaps
 +
√ can create Secrets
 +
√ can read Secrets
 +
√ can read extension-apiserver-authentication configmap
 +
√ no clock skew detected
 +
 +
linkerd-version
 +
---------------
 +
√ can determine the latest version
 +
√ cli is up-to-date
 +
 +
Status check results are ×
 +
</pre>
  
  

Latest revision as of 13:04, 19 March 2024

linkerd check --pre
kubernetes-api
--------------
√ can initialize the client
√ can query the Kubernetes API

kubernetes-version
------------------
√ is running the minimum Kubernetes API version

pre-kubernetes-setup
--------------------
× control plane namespace does not already exist
    The "linkerd" namespace already exists
    see https://linkerd.io/2.14/checks/#pre-ns for hints
× can create non-namespaced resources
    cannot create Namespace/linkerd: namespaces "linkerd" already exists
    see https://linkerd.io/2.14/checks/#pre-k8s-cluster-k8s for hints
√ can create ServiceAccounts
√ can create Services
√ can create Deployments
√ can create CronJobs
√ can create ConfigMaps
√ can create Secrets
√ can read Secrets
√ can read extension-apiserver-authentication configmap
√ no clock skew detected

linkerd-version
---------------
√ can determine the latest version
√ cli is up-to-date

Status check results are ×


See also[edit]

Advertising: