-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
csi-driver/cinder is not working on fedora core os hosts #8527
Comments
We took a different approach for this file for the external cloud controller: #7603, can't we do the same (move the cloud-config into a kubernetes secret) here and not worry about users on the host? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs 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 and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing 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. |
When using fedora core os as target system, no additional users (like kube-cert) are added. Hence some of the csi_driver/cinder tasks fails tasks fail:
Can we omit the group assignment
group: "{{ kube_cert_group }}"
from extra_playbooks/roles/kubernetes-apps/csi_driver/cinder/tasks/main.yml when deploying to fedora core os?Environment:
Cloud provider or hardware configuration: external openstack (which was setuped by contrib terraform module)
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):OS of the target host systems:
ansible --version
):python --version
):Python 3.10.2
Kubespray version (commit) (
git rev-parse --short HEAD
):5695c892
Network plugin used:
calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
ansible-playbook --become -e '{"ansible_ssh_common_args": "-o StrictHostKeyChecking=no -o ProxyJump=\"[email protected]""}' -i inventory/$CLUSTER/hosts cluster.yml
Output of ansible run:
Anything else do we need to know:
I set
cinder_csi_enabled: true
ingroup_vars/all/openstack.yml
The text was updated successfully, but these errors were encountered: