Samuel Liu
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
roles/kubernetes/node/templates/manifests/kube-vip.manifest.j2
|
|
@ -2,9 +2,11 @@ |
|
|
|
apiVersion: v1 |
|
|
|
kind: Pod |
|
|
|
metadata: |
|
|
|
creationTimestamp: null |
|
|
|
name: kube-vip |
|
|
|
namespace: kube-system |
|
|
|
labels: |
|
|
|
addonmanager.kubernetes.io/mode: Reconcile |
|
|
|
k8s-app: kube-vip |
|
|
|
spec: |
|
|
|
containers: |
|
|
|
- args: |
|
|
|