You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I almost always I inspect/update third party vendor manifests before running them.
It will be very nice to have these resources updated to a normal versions.
The text was updated successfully, but these errors were encountered:
Also, on this issue deployments,etc Resource types from extensions/v1beta1 will be depreciated in Kubernetes 1.16. So, Its important that we move to apps/v1beta1
Feature Request
Prelude
As of STEP0 in your getting started guide you officially request users:
What problem are you trying to solve?
But at the same time
linkerd
generates:And of course each deployment is missing pod
selector
like this one:How should the problem be solved?
DaemonSet, Deployment, ReplicaSet - are stable since kubernetes v1.9 and are in apps/v1
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#apps
rbac.authorization.k8s.io API group is GA and v1 since kubernetes v1.8
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#sig-auth
So I almost always I inspect/update third party vendor manifests before running them.
It will be very nice to have these resources updated to a normal versions.
The text was updated successfully, but these errors were encountered: