Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update yaml and doc for enabling asm neg. #972

Merged
merged 1 commit into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/deploy/gke/csm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ kubectl create configmap gce-config --from-file=gce.conf -n kube-system

```sh
kubectl create -f default-http-backend.yaml
kubectl create -f ../../resources/configmap-based-config.yaml
kubectl create -f glbc.yaml
```

Expand Down
5 changes: 2 additions & 3 deletions docs/deploy/gke/csm/glbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: glbc
terminationGracePeriodSeconds: 600
containers:
- image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.7.0
- image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.8.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -67,8 +67,7 @@ spec:
- --gce-ratelimit=ga.NetworkEndpointGroups.AttachNetworkEndpoints,qps,1.8,1
- --gce-ratelimit=ga.NetworkEndpointGroups.DetachNetworkEndpoints,qps,1.8,1
- --gce-ratelimit=ga.NetworkEndpointGroups.ListNetworkEndpoints,qps,1.8,1
- --enable-csm=true
- --csm-service-skip-namespaces=kube-system,istio-system
- --enable-asm-config-map-config=true
volumes:
- name: gce-config-volume
configMap:
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/resources/configmap-based-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: ingress-controller-asm-cm-config
namespace: kube-system
data:
enable-asm: "false"
enable-asm: "true"
asm-skip-namespaces: "kube-system,istio-system"