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
Yorc fails to create Deployments & StatefulSets on Kubernetes 1.17+.
This is because we use resources in v1betaX API versions that are deprecated for ages and now removed from recent API versions.
Steps to reproduce the issue
Use a Kubernetes v1.17+ (Use forge component if needed)
Try to deploy a Deployment or statefulset
Additional information you deem important (e.g. issue happens only occasionally)
Bug Report
Description
Expected behavior
Should work on recent Kubernetes version
Actual behavior
Yorc fails to create Deployments & StatefulSets on Kubernetes 1.17+.
This is because we use resources in v1betaX API versions that are deprecated for ages and now removed from recent API versions.
Steps to reproduce the issue
Additional information you deem important (e.g. issue happens only occasionally)
Jobs are not impacted.
Additional environment details (infrastructure implied: AWS, OpenStack, etc.)
Kubernetes
The text was updated successfully, but these errors were encountered: