20 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
191
views
How to set up AWS EksPodIdentity using crossplane provider
I have tried setting up any kind of AWS provider with authentication of EKSPodIdentity with no luck, can't find any documentation expect this and it doesnt seem to work
I have set up EKSPodIdentity ...
0
votes
1
answer
95
views
crossplane's xrd is stuck on outofsync on argoCD
Any idea why my Composite Resource Definition (XRD) is stuck on OutOfSync in ArgoCD (the XObjectStorage)? It's on Status type synced, and everything seems to be working...
Do Crossplane needs any ...
0
votes
0
answers
199
views
Condition based approach in Cross plane composition
I am looking condition base approach in cross plane composition. for example, I have below steps
VM provision
Send Event to Event Bus - if VM provision successful
send Event to Event Bus - if VM ...
0
votes
1
answer
441
views
Installing crossplane package from private gitlab repo using deploy token
I'm trying to install a crossplane package from a private registry in registry.gitlab.com but it doesn't seem to work if I set the packagePullSecret and add a username and password in there.
It gives ...
1
vote
1
answer
109
views
Need Support for Configuring Permissions for Cloud Run via Crossplane to Resolve 'Error: Forbidden
When creating Cloud Run services using Crossplane, I encountered the error: "Error: Forbidden - Your client does not have permission to get URL / from this server.
enter image description here
...
2
votes
2
answers
732
views
Crossplane ProviderRevision and automatically handling Workload Identities
There exists plenty of documentation on how to handle IAM with GCP and Crossplane, complete with nice details on exactly what commands to run to tie them together with workload identity.
My issue is ...
0
votes
1
answer
1k
views
Crossplane Provider Upgrade issue: Only one reference can have Controller set to true. Found "true" in references for Provider/x and Provider/x [closed]
We have a ArgoCD setup running in kind, where Crossplane is installed as ArgoCD Application (example repository here). Crossplane Providers are also installed via an ArgoCD Application like this:
...
-1
votes
1
answer
630
views
Resource creation stuck as READY: False. How to inspect resource creation and trace errors in Crossplane? [closed]
We have a Crossplane setup to create a ResourceGroup and StorageAccount in Azure (see fullblown example project on GitHub).
We use the official Azure Provider (meaning: the new Upbound split up ...
1
vote
1
answer
745
views
crossplane: error: failed to build package: not exactly one package meta type [closed]
I followed the Crossplane docs about creating a Configuration Package and created the following crossplane.yaml:
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: ...
-1
votes
1
answer
349
views
Grafana IAC - Dashboard Creation Error - A reference to a resource type must be followed by at least one attribute access specifying the resource name
I'm using Crossplane Grafana provider to create Grafana Dashboards through IAC on my Grafana Cloud instance. I created the Dashboard through the UI, exported the JSON and tried to feed it into the ...
3
votes
1
answer
599
views
How to format the way provider resources get generated with Crossplane?
Im looking to build a crossplane provider for my organization however im running to issues with the code generation.
Is there a way to manipulate how the resource names get generated? The Upjet code ...
0
votes
1
answer
266
views
How to pass parameter in Kubernetes / Crossplane yaml using property file
I have below yaml, I need to set the metadata.name , compartmentIdRef.name, displayName set via a configuration file.
Similarly, we have config.properties in Java or TF_VAR_name in terraform.
...
-1
votes
1
answer
205
views
crossplane automation tools for resource lifecycle operations
We are looking for an open-source tool that we can use to create/update/delete cloud resources using cross-plane. we should use cross-plane managed resources to poll services status and complete the ...
1
vote
1
answer
2k
views
Pass array from crossplane claim to crossplane composition
I am working on claim that will be used by about 8 services org wide, how do i pass the array of env variables to the composition. There seems to be no way of doing this
Here is an example of my claim
...
0
votes
1
answer
1k
views
Unable to create IAM Role using Crossplane due to missing region
I am using Crossplane with Kubernetes as a means of provisioning AWS infrastucture. Deployment of the resources is automated using ArgoCD. AWS resources are being provisioned with [email protected]....