Skip to content

Release v0.0.7

Compare
Choose a tag to compare
@nfisher nfisher released this 02 Jun 19:32
· 83 commits to master since this release
  • Add -use-gateway flag to ping sub-command.
  • When PINGHOST is "" ping the gateway.
# 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