Merge pull request #11885 from spotinst/feat-ocean-controller-1.0.76

Spotinst: Update `spotinst/ocean-controller` to v1.0.76
This commit is contained in:
Kubernetes Prow Robot 2021-06-28 05:13:25 -07:00 committed by GitHub
commit 284d5edbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ rules:
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
- apiGroups: ["sparkoperator.k8s.io"] - apiGroups: ["sparkoperator.k8s.io"]
resources: ["sparkapplications", "scheduledsparkapplications"] resources: ["sparkapplications", "scheduledsparkapplications"]
verbs: ["get", "list"] verbs: ["get", "list", "create"]
- apiGroups: ["wave.spot.io"] - apiGroups: ["wave.spot.io"]
resources: ["sparkapplications", "wavecomponents", "waveenvironments"] resources: ["sparkapplications", "wavecomponents", "waveenvironments"]
verbs: ["get", "list"] verbs: ["get", "list"]
@ -205,7 +205,7 @@ spec:
containers: containers:
- name: spotinst-kubernetes-cluster-controller - name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always imagePullPolicy: Always
image: gcr.io/spotinst-artifacts/kubernetes-cluster-controller:1.0.75 image: gcr.io/spotinst-artifacts/kubernetes-cluster-controller:1.0.76
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthcheck path: /healthcheck