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

Add kubernetes 1.22 support, in helm RBAC templates #1174

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Conversation

viveksinghggits
Copy link
Contributor

@viveksinghggits viveksinghggits commented Jan 6, 2022

Change Overview

We will not be able to install kanister as of now on k8s 1.22 because the RBAC related resources are being created from apiVersion: rbac.authorization.k8s.io/v1beta1 which is not available in 1.22 version.
This updates that apiVersion to v1 that was available since k8s version 1.8.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

Test Plan

  • 💪 Manual

  • Install published kanister version on k8s version 1.22 (RBAC v1 version)

  • Install published kanister version on k8s version less than 1.22 (RBAC v1beta1 version) and then upgrade to fixed version

@mergify mergify bot merged commit 2de6893 into master Jan 6, 2022
@mergify mergify bot deleted the 122-support branch January 6, 2022 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants