issues
search
cyberark
/
kubernetes-conjur-deploy
Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14
stars
15
forks
source link
Updates K8s API versions to v1 from v1beta1
#104
Closed
izgeri
closed
4 years ago
izgeri
commented
4 years ago
This impacts
ClusterRole (v1 support in k8s 1.8 -
https://kubernetes.io/blog/2017/10/using-rbac-generally-available-18/
)
Deployment (officially removed support for v1beta1 in k8s 1.16 -
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
)
StatefulSet (officially removed support for v1beta1 in k8s 1.16 -
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
)
This impacts