Skip to content

Commit

Permalink
Fix for breaking changes in kubernetes API v1.16
Browse files Browse the repository at this point in the history
see https://kubernetes.io/blog/2019/09/18/kubernetes-1-16-release-announcement/

"in 1.16 if you submit a Deployment to the API server and specify extensions/v1beta1 as the API group it will be rejected with:
error: unable to recognize "deployment": no matches for kind "Deployment" in version "extensions/v1beta1"
  • Loading branch information
james-choncholas committed Nov 4, 2019
1 parent 2ba8566 commit 2b0154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubecost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12766,7 +12766,7 @@ spec:
path: /sys
---
# Source: cost-analyzer/charts/grafana/templates/deployment.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: kubecost-grafana
Expand Down

0 comments on commit 2b0154a

Please sign in to comment.