Skip to content

Commit

Permalink
Update apps/v1beta2 to apps/v1 for GKE 1.16 compatibility. (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky authored Apr 30, 2020
1 parent f58105b commit c099885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kube/full/kube-state-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
selector:
app: kube-state-metrics
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion kube/full/node-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: DaemonSet
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion kube/full/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
prometheus: k8s
sessionAffinity: None
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus-k8s
Expand Down

0 comments on commit c099885

Please sign in to comment.