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
The deployment fails for Kubernetes 1.24.0 due to a recent change in Kubernetes API: Default secret no longer being generated for service accounts, See hashicorp/terraform-provider-kubernetes#1724
The LegacyServiceAccountTokenNoAutoGeneration feature gate is beta, and enabled by default. When enabled, Secret API objects containing service account tokens are no longer auto-generated for every ServiceAccount. Use the TokenRequest API to acquire service account tokens, or if a non-expiring token is required, create a Secret API object for the token controller to populate with a service account token by following this guide. (kubernetes/kubernetes#108309, @zshihang)
OS system and architecture in which you are running QHub
MacOS
Expected behavior
Deployment works on Kubernetes 1.24.0
Actual behavior
Deployment fails on Kubernetes 1.24.0
How to Reproduce the problem?
Deploy QHub of Kubernetes 1.24.0 (I tested on Azure and it failed)
Command output
Versions and dependencies used.
Kubernetes Version: 1.24.0
QHub:
ed81f6128e4da8c67535112bbfaa84f082d3c648
Compute environment
Azure
Integrations
No response
Anything else?
The deployment fails for Kubernetes 1.24.0 due to a recent change in Kubernetes API: Default secret no longer being generated for service accounts, See hashicorp/terraform-provider-kubernetes#1724
Source: K8s 1.24.0 release notes
The text was updated successfully, but these errors were encountered: