Skip to content

Release v0.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 17:05
25a731a

Add CNI Plugin listing and cluster version info (#1)

  • Add CNI Plugin listing and cluster version info
  • Add ReplicaSet count
  • Add agent restarts
  • Add chart versions
  • Add ConfigMap listing
# Debug agent installation in a cluster
envcheckctl agent

# Debug agent installation in a custom namespace
envcheckctl agent -ns=my-custom-ns

# Extract a debug configuration from the cluster.
envcheckctl inspect

# List the Instana agent K8S leader 
envcheckctl leader

# Install daemon into instana-agent namespace
envcheckctl daemon

# Install daemon into custom namespace
envcheckctl daemon -ns=my-custom-ns

# View logs from daemon
kubectl logs -n instana-agent -l app.kubernetes.io/name=envchecker -f

# Install ping client into default namespace
envcheckctl ping

# Install ping client into custom namespace
envcheckctl ping -ns=my-custom-ns

# ping host/IP instead of nodeIP
envcheckctl ping -host=$HOST

# ping gateway instead of nodeIP
envcheckctl ping -use-gateway

# view logs from ping client
kubectl logs -l app.kubernetes.io/name=pinger -f