question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change from kubernetes-alpha provider to kubernetes provier

See original GitHub issue

GCP: Keycloak has been verified working for both Github and Auth0

Azure: When deploying from the 0c21c8c commit in main I experienced the following error on deployment:

module.kubernetes-keycloak-config.keycloak_openid_user_property_protocol_mapper.user_property_mapper: Refreshing state... [id=627e9160-c15e-4407-8807-b086ca2604b9]
╷
│ Error: Failed to determine GroupVersionResource for manifest
│ 
│   with module.qhub.module.kubernetes-dask-gateway.kubernetes_manifest.main,
│   on modules/kubernetes/services/dask-gateway/crds.tf line 1, in resource "kubernetes_manifest" "main":
│    1: resource "kubernetes_manifest" "main" {
│ 
│ cannot select exact GV from REST mapper

It seems that this may be related to this issue but I haven’t had a chance to investigate further.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
costrouccommented, Feb 4, 2022

Resolved with #1003. Kubernetes-alpha is no longer being used. The primary complication was the crds and how they must be applied in a separate step and targets were making this complicated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The kubernetes_manifest resource - Terraform Registry
The provider references to kubernetes-alpha are no longer required. Simply remove the provider = kubernetes-alpha text from all kubernetes_manifest resources in ...
Read more >
GitHub - hashicorp/terraform-provider-kubernetes-alpha
A Terraform provider for Kubernetes that uses dynamic resource types and server-side apply. Supports all Kubernetes resources.
Read more >
Deploy Any Resource with the Kubernetes Provider for ...
This provider is now out of alpha and you can now read a consistenly updated tutorial on how to use it: Manage Kubernetes...
Read more >
Working with Terraform and Kubernetes
Second, the new alpha Kubernetes provider. As a response to the limitations of the current Kubernetes provider the Hashicorp team recently ...
Read more >
Terraform Kubernetes Deployment Best practices - LinkedIn
Terraform Kubernetes Providers · Kubernetes alpha provider: This is the latest alpha version of Terraform provider. · Terraform-Kustomize provider ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found