Closed geodb-io closed 4 years ago
/kind bug
Related. The documentation feels to be in the wrong spot. It's nested under the role, rather than the docs directory.
@Miouge1 Can this README be moved? https://github.com/kubernetes-sigs/kubespray/blob/master/roles/kubernetes-apps/external_provisioner/local_volume_provisioner/README.md
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Potential bug - or maybe documentation update request.
I used the local volume provisioner in the past, using the following syntax:
This was on
kube_version: v1.12.1
and on top of commit 7f5f2ed7ddc0e972461cb3a3bc51b34a2785f0d7 "Allow kubeadm master untaint to fail (#3549)"I now tried to use it again, following https://github.com/kubernetes-sigs/kubespray/blob/master/roles/kubernetes-apps/external_provisioner/local_volume_provisioner/README.md
It seems the syntax has changed, so I used:
on top of
kube_version: v1.13.5
and commit 2fb27c852141ef49eaa2824591ada41d23888b92 "Use static files in KubeDNS templating task (#4379)"However this time I do not see the local volume appear in the kubernetes dashboard. Is it because now some commands now have to be run manually? It is not clear for me in the documentation.
Environment:
Cloud provider or hardware configuration: "bare metal" machine on hetzner - same machine as previously.
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Version of Ansible (
ansible --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):2fb27c85 - Use static files in KubeDNS templating task (#4379)
Network plugin used:
Copy of your inventory file: (not sure if this is the right file - please let me know if not)
Command used to invoke ansible:
Output of ansible run: complete run: https://gist.github.com/geodb-io/54ae98b6102597134d699c69d04e4c37 particular but failing (similar, from a previous run).
What are
local-volume-provisioner-cm
andlocal-volume-provisioner-ds
?Anything else do we need to know: not that I know of - I will update if I miss information