Skip to content

Release v0.0.5

Compare
Choose a tag to compare
@nfisher nfisher released this 29 May 15:33
· 88 commits to master since this release
  • Print pingers default gateway.
  • Print daemons interfaces.
  • If $KUBECONFIG is set use as default path.
  • Update k8s client to 0.18.3.
# Install daemon into instana-agent namespace
envcheckctl -daemon

# Install daemon into custom namespace
envcheckctl -daemon -daemonns=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 -pingns=my-custom-ns

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