Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes Client uses deprecated apis removed on recent versions of K8S (v1.17+) #645

Closed
loicalbertin opened this issue May 13, 2020 · 0 comments · Fixed by #646
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@loicalbertin
Copy link
Member

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

  1. Use a Kubernetes v1.17+ (Use forge component if needed)
  2. Try to deploy a Deployment or statefulset

Additional information you deem important (e.g. issue happens only occasionally)

Jobs are not impacted.

Additional environment details (infrastructure implied: AWS, OpenStack, etc.)

Kubernetes

@loicalbertin loicalbertin added the bug Something isn't working label May 13, 2020
@loicalbertin loicalbertin added this to the 20.05 milestone May 13, 2020
@loicalbertin loicalbertin self-assigned this May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant