-
Notifications
You must be signed in to change notification settings - Fork 68
📖 Update docs/README.md with beta clusterctl setup #105
Comments
Looks like somewhere the RBAC role aren't being generated properly anymore. I would check to see if the code still has the proper |
/kind bug |
/retitle 🐛 Permission Errors trying to create StatefulSet from NCP |
/assign |
It appears this happens because we don't have the serviceAccountName in the |
/reopen @christopherhein thanks for the PR, however, I updated to latest code , follow the same doc and still get same issue , I am trying to manually apply the rbac and got following |
@jichenjc: Reopened this issue. In response to this:
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/test-infra repository. |
@jichenjc thanks for reopening. Use case wise if I changed this doc to be the published prod images instead of you needing to generate those images from scratch would that suffice for your use case or are you looking for developer docs? I think we need both but I'm actively working on #54 and which will make this doc even lighter along with that we have published images and manifests as of today. So if you want to just get a working example you can download https://github.com/kubernetes-sigs/cluster-api-provider-nested/releases/download/v0.1.0/cluster-api-provider-nested-components.yaml and apply that to get the CAPN bits deployed and as of today you can download the |
thanks for the detailed info , appreciate~ |
Hopefully that all worked for you, we just merged kubernetes-sigs/cluster-api#4792 so if you want we can repivot this issue to be about updating the |
Thanks for the info, will validate with more tries later on ,currently having following error and will retry after clean up env
|
Since 0.4.0 isn't fully released try adding this file: → cat ~/.cluster-api/dev-repository/config.yaml
---
providers:
- name: "cluster-api"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v0.4.0-beta.0/core-components.yaml"
type: "CoreProvider"
- name: "kubeadm"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v0.4.0-beta.0/bootstrap-components.yaml"
type: "BootstrapProvider" And then try using: → clusterctl init --core cluster-api:v0.4.0-beta.0 --control-plane nested:v0.1.0 --infrastructure nested:v0.1.0 --config ~/.cluster-api/dev-repository/config.yaml Also, this route still needs to be build off If that doesn't work check out https://cluster-api.sigs.k8s.io/clusterctl/developers.html to see if there are more steps missing. I was able to as long as I added the @vincepri potentially you have a better way of using |
/retitle 📖 Update docs/README.md with beta clusterctl setup |
/unassign |
This should be much easier now:
|
/help |
@christopherhein: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
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/test-infra repository. |
We're looking for someone to use the information from #105 (comment) to update |
/assign I am working on this ,will provide an update soon |
I can move to here already, so should be good now
|
follow this https://github.com/kubernetes-sigs/cluster-api-provider-nested/tree/main/docs (latest code)
and seems the control pane not startup correctly
any guide in fixing this? thanks
The text was updated successfully, but these errors were encountered: