-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Hii,
We have this configuration:
- name: ep
image: gcr.io/endpoints-release/endpoints-runtime:1.53.0
args: [
"-n", "/etc/nginx/custom/nginx_gin.conf",
"-p", "{{ .Values.service.port }}",
"-S", "{{ .Values.service.targetPort }}",
"-a", "127.0.0.1:XXXX",
"-s", "{{.Values.endpointsServiceName}}",
"-R", "managed"
]
resources:
requests:
cpu: XXXX
ports:
- name: https
containerPort: {{ .Values.service.targetPort }}
livenessProbe:
tcpSocket:
port: {{ .Values.service.targetPort }}
initialDelaySeconds: 5
readinessProbe:
tcpSocket:
port: {{ .Values.service.targetPort }}
initialDelaySeconds: 1
volumeMounts:
- name: tls-secret
mountPath: /etc/nginx/ssl
readOnly: true
- name: config-map
mountPath: /etc/nginx/custom
readOnly: true
And the thing is, we get the logs as ERROR and we can't understand why:
Error 2020-12-07 18:01:14.416 UTC+1 INFO: Fetching an access token from the metadata service
Error 2020-12-07 18:01:14.420 UTC+1 INFO: Fetching the service config ID from the rollouts service
Error 2020-12-07 18:01:15.100 UTC+1 INFO: Fetching the service configuration from the service management service
Error 2020-12-07 18:01:15.815 UTC+1 INFO: Attribute zone: XXXXXXXXXX
Error 2020-12-07 18:01:15.820 UTC+1 INFO: Attribute project_id: XXXXXXXXXX
Error 2020-12-07 18:01:15.826 UTC+1 INFO: Attribute kube_env: KUBE_ENV
Error 2020-12-07 18:01:15.859 UTC+1 nginx: [warn] Using trusted CA certificates file: /XXXXXXXXXX/trusted-ca-certificates.crt
Any idea? Thanks
Metadata
Metadata
Assignees
Labels
No labels