wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
112 stars 216 forks source link

GKE Autopilot NFS issue #515

Open pubudu538 opened 3 years ago

pubudu538 commented 3 years ago

Description: Getting the following error in GKE auto pilot mode.

helm install wso2am4 wso2/am-pattern-1 --version 4.0.0-1 --namespace wso2 --create-namespace W0603 21:28:58.248113 3498 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress W0603 21:28:58.326384 3498 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress W0603 21:28:58.397610 3498 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress W0603 21:28:58.461451 3498 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress Error: admission webhook "validation.gatekeeper.sh" denied the request: [denied by autogke-default-linux-capabilities] linux capability <{"DAC_READ_SEARCH", "SYS_RESOURCE"}> on container not allowed; Autopilot only allows the capabilities: <["SETPCAP", "MKNOD", "AUDIT_WRITE", "CHOWN", "NET_RAW", "DAC_OVERRIDE", "FOWNER", "FSETID", "KILL", "SETGID", "SETUID", "NET_BIND_SERVICE", "SYS_CHROOT", "SETFCAP"]>. Requesting user: xxx@gmail.com and groups: <["system:authenticated"]>

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues: