We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Certificate rotation to work via the CLI and renew the mtls cert with knative also installed.
CLI incorrectly picking up configurations.serving.knative.dev as well as Dapr config resources when doing cert rotation.
configurations.serving.knative.dev
dapr mtls renew-certificate -k --valid-until 365 --restart ⌛ Starting certificate rotation ℹ️ generating fresh certificates ❌ certificate rotation failed: Error from server (NotFound): [configurations.serving.knative.dev](https://configurations.serving.knative.dev/) "daprsystem" not found
k api-resources | grep configurations configurations dapr.io/v1alpha1 true Configuration configurations config,cfg serving.knative.dev/v1
Add a knative configuration resource, and try dapr mtls renew-certificate -k --valid-until 365 --restart
dapr mtls renew-certificate -k --valid-until 365 --restart
RELEASE NOTE: FIX CLI picking up KNative CRDs.
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
antontroshin
No branches or pull requests
Expected Behavior
Certificate rotation to work via the CLI and renew the mtls cert with knative also installed.
Actual Behavior
CLI incorrectly picking up
configurations.serving.knative.dev
as well as Dapr config resources when doing cert rotation.Steps to Reproduce the Problem
Add a knative configuration resource, and try
dapr mtls renew-certificate -k --valid-until 365 --restart
Release Note
RELEASE NOTE: FIX CLI picking up KNative CRDs.
The text was updated successfully, but these errors were encountered: