Skip to content
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

kola/kubeadm: exclude azure platform #174

Merged
merged 1 commit into from
May 17, 2021

Conversation

tormath1
Copy link
Contributor

@tormath1 tormath1 commented May 17, 2021

tests are currently failing - we exclude them to take some time to
properly identify the underlying issue.
controller node spams a lot of FlexVolume related error:

May 17 07:54:56.409708 kubelet[2807]: W0517 07:54:56.409706    2807 driver-call.go:149] FlexVolume: driver call failed: executable: /opt/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds/uds, args: [init], error: fork/exec /opt/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds/uds: no such file or directory, output: ""
May 17 07:54:56.413207 kubelet[2807]: E0517 07:54:56.413152    2807 plugins.go:748] Error dynamically probing plugins: Error creating Flexvolume plugin from directory nodeagent~uds, skipping. Error: unexpected end of JSON input

and from the worker node:

May 17 07:57:27.018416 kubelet[1483]: E0517 07:57:27.018373    1483 server.go:204] "Failed to load kubelet config file" err="failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file \"/var/lib/kubelet/config.yaml\", error: open /var/lib/kubelet/config.yaml: no such file or directory" path="/var/lib/kubelet/config.yaml"
May 17 07:57:27.020692 systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
May 17 07:57:27.020869 systemd[1]: kubelet.service: Failed with result 'exit-code'.

kubelet does not find its config, which means kubeadm does not properly
join the cluster

an issue has been opened to track this: flatcar/Flatcar#399

tests are currently failing - we exclude them to take some time to
properly identify the underlying issue.
controller node spams a lot of FlexVolume related error:
```shell
May 17 07:54:56.409708 kubelet[2807]: W0517 07:54:56.409706    2807 driver-call.go:149] FlexVolume: driver call failed: executable: /opt/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds/uds, args: [init], error: fork/exec /opt/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds/uds: no such file or directory, output: ""
May 17 07:54:56.413207 kubelet[2807]: E0517 07:54:56.413152    2807 plugins.go:748] Error dynamically probing plugins: Error creating Flexvolume plugin from directory nodeagent~uds, skipping. Error: unexpected end of JSON input
```

and from the worker node:
```shell
May 17 07:57:27.018416 kubelet[1483]: E0517 07:57:27.018373    1483 server.go:204] "Failed to load kubelet config file" err="failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file \"/var/lib/kubelet/config.yaml\", error: open /var/lib/kubelet/config.yaml: no such file or directory" path="/var/lib/kubelet/config.yaml"
May 17 07:57:27.020692 systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
May 17 07:57:27.020869 systemd[1]: kubelet.service: Failed with result 'exit-code'.
```

kubelet does not find its config, which means kubeadm does not properly
join the cluster
@tormath1 tormath1 requested a review from a team May 17, 2021 14:50
@tormath1 tormath1 self-assigned this May 17, 2021
@tormath1 tormath1 merged commit c9c4483 into flatcar-master May 17, 2021
@tormath1 tormath1 deleted the tormath1/exclude-azure branch May 17, 2021 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants