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
As of at least 3.7.1 the openshift api has supported a Deployment resource type that is native to kubernetes and supports all of the fields we are currently using.
With the newer versions of the OpenShift API, DeploymentConfig appears to be no longer supported, and to support Istio installation via kubectl we'll want to be producing Deployment resources - not DeploymentConfig.
As of at least 3.7.1 the openshift api has supported a
Deployment
resource type that is native to kubernetes and supports all of the fields we are currently using.With the newer versions of the OpenShift API,
DeploymentConfig
appears to be no longer supported, and to support Istio installation viakubectl
we'll want to be producingDeployment
resources - notDeploymentConfig
.See: nodeshift/nodeshift#228
See: #42
The text was updated successfully, but these errors were encountered: