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
When I added application from CivoKubernetes kind from Crossplane, the application does not appear in the cluster and there is no error message.
Create a cluster that include applications:
kind: CivoKubernetes apiVersion: cluster.civo.crossplane.io/v1alpha1 metadata: name: test-civo-crossplane spec: name: test-civo-crossplane pools: - id: "8382e422-dcdd-461f-afb4-2ab67f171c3e" count: 1 size: g3.k3s.xsmall applications: - "argo-cd" version: "1.23.6-k3s1" connectionDetails: connectionSecretNamePrefix: "cluster-details" connectionSecretNamespace: "default" providerConfigRef: name: civo-provider
I am not sure if there is low resource in the cluster, but there is no error in the kind Events:
Crossplane version: v1.11.0
The text was updated successfully, but these errors were encountered:
@edalonso Can you please test it again, we fixed some things in the backend.
Sorry, something went wrong.
Hi @vishalanarase
Solved!!
Thanks for the support.
if its solved then close this issue please
/close
No branches or pull requests
What happened?
When I added application from CivoKubernetes kind from Crossplane, the application does not appear in the cluster and there is no error message.
How can we reproduce it?
Create a cluster that include applications:
kind: CivoKubernetes apiVersion: cluster.civo.crossplane.io/v1alpha1 metadata: name: test-civo-crossplane spec: name: test-civo-crossplane pools: - id: "8382e422-dcdd-461f-afb4-2ab67f171c3e" count: 1 size: g3.k3s.xsmall applications: - "argo-cd" version: "1.23.6-k3s1" connectionDetails: connectionSecretNamePrefix: "cluster-details" connectionSecretNamespace: "default" providerConfigRef: name: civo-provider
I am not sure if there is low resource in the cluster, but there is no error in the kind Events:
What environment did it happen in?
Crossplane version: v1.11.0
The text was updated successfully, but these errors were encountered: