You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ayasuda2003 We are getting below error for EC Client Deployment after removing unecessary flags and enabling new agent helm with service enabled.
Service "ec-eng-ci-agent" is invalid: [spec.ports[0].name: Invalid value: "agentSvcPort": a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?'), spec.ports[0].targetPort: Invalid value: "agentPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.ports[1].name: Invalid value: "agentSvcHealthPort": a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?'), spec.ports[1].targetPort: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-)]
Deployment.apps "ec-eng-ci-agent" is invalid: [spec.template.spec.containers[0].livenessProbe.httpGet.port: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].readinessProbe.httpGet.port: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].ports[0].name: Invalid value: "agentPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].ports[1].name: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-)]
Below error is for the EC Server Deloyment:
Error: render error in "ec-eng-ci-server/charts/agent/templates/service.yaml": template: ec-eng-ci-server/charts/agent/templates/service.yaml:10:8: executing "ec-eng-ci-server/charts/agent/templates/service.yaml" at <include "agent.svcPortSpec" .>: error calling include: template: ec-eng-ci-server/charts/agent/templates/_helpers.tpl:82:57: executing "agent.svcPortSpec" at <.Values.global.agtK8Config.svcPortNum>: nil pointer evaluating interface {}.svcPortNum
The text was updated successfully, but these errors were encountered:
@ayasuda2003 We are getting below error for EC Client Deployment after removing unecessary flags and enabling new agent helm with service enabled.
Service "ec-eng-ci-agent" is invalid: [spec.ports[0].name: Invalid value: "agentSvcPort": a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?'), spec.ports[0].targetPort: Invalid value: "agentPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.ports[1].name: Invalid value: "agentSvcHealthPort": a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?'), spec.ports[1].targetPort: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-)]
Deployment.apps "ec-eng-ci-agent" is invalid: [spec.template.spec.containers[0].livenessProbe.httpGet.port: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].readinessProbe.httpGet.port: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].ports[0].name: Invalid value: "agentPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-), spec.template.spec.containers[0].ports[1].name: Invalid value: "agentHealthPort": must contain only alpha-numeric characters (a-z, 0-9), and hyphens (-)]
Below error is for the EC Server Deloyment:
Error: render error in "ec-eng-ci-server/charts/agent/templates/service.yaml": template: ec-eng-ci-server/charts/agent/templates/service.yaml:10:8: executing "ec-eng-ci-server/charts/agent/templates/service.yaml" at <include "agent.svcPortSpec" .>: error calling include: template: ec-eng-ci-server/charts/agent/templates/_helpers.tpl:82:57: executing "agent.svcPortSpec" at <.Values.global.agtK8Config.svcPortNum>: nil pointer evaluating interface {}.svcPortNum
The text was updated successfully, but these errors were encountered: