Deployment status error while deploying proxy

Hi All,

We have installed Apigee hybrid 1.7.1 in Anthos GKE on-prem and able to see all pods are up and running But while trying to test the proxy functionality there is a deployment status error.

Error:-- instance "instance-name" is not reporting for environment group "group-name".

1)Verified the overrides.yaml file and found no issue.

virtualhosts:
  - name: prod
    hostAliases:
        - "hostname"
    sslCertPath: ./certs/keystore.pem
    sslKeyPath: ./certs/keystore.key

2)The CRD apigeerouteconfig is also verified .

kubectl get arc -n apigee

3)Restarted all the runtime pods which was also not helpful.

Please let me know how to resolve this.

Thanks in advance.

Solved Solved
0 2 364
1 ACCEPTED SOLUTION

Hi,

Thanks for the info , did a restart of the watcher pod which solved the issue. Proxy is deployed now and tested successfully.

View solution in original post

2 REPLIES 2

1. Can you look at istiod and envoy logs ? If you see any error - can you post it here ?
2. Look at watcher logs - there might be clues regarding why watcher is not able to report status.

For the EnvGroup status to be reported successfully, ASM should be functioning correctly and ApigeeRoute config should be reflected in the Envoy's config _dump.

Hi,

Thanks for the info , did a restart of the watcher pod which solved the issue. Proxy is deployed now and tested successfully.