-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
InfrastructureProvider do not pass configSecret #592
Comments
This issue is currently awaiting triage. If CAPI Operator contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I did run apiVersion: v1
kind: Secret
metadata:
labels:
cluster.x-k8s.io/provider: infrastructure-vsphere
clusterctl.cluster.x-k8s.io: ""
name: capv-manager-bootstrap-credentials
namespace: capv-system
stringData:
credentials.yaml: |-
username: 'foo'
password: 'bar'
type: Opaque |
@k0da can you check the secret namespace. The empty one is in name: capv-manager-bootstrap-credentials
namespace: capi-system And generated with name: capv-manager-bootstrap-credentials
namespace: capv-system |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What steps did you take and what happened:
[A clear and concise description on how to REPRODUCE the bug.]
Once provider is installed, resulting bootstrap-secret do not contain provided credentials
Which is equal to:
What did you expect to happen:
bootstrap-credentials to contain secret data from spec.configSecret
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.4+rke2r1
/etc/os-release
):/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api-operator/labels?q=area for the list of labels]
The text was updated successfully, but these errors were encountered: