-
Notifications
You must be signed in to change notification settings - Fork 0
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
Deploy snowdrop team k8s cluster on RHOS #1057
Comments
Error deploying kubernetes 1.24
|
Seems to be related to this problem. fixing the |
Although that step is fixed a new error is ocurring when applying Calico.
|
|
Deployed Calico but still |
After installing Calico, and downloaded the container images by hand, the Node became ready. $ kubectl get nodes
NAME STATUS ROLES AGE VERSION
snowdrop-k8s Ready control-plane 6h26m v1.24.3 |
Error creating the temporary PV
{
"changed": true
, "cmd": "mkdir -p /tmp/pv001\nchmod -R 777 /tmp/pv001\nchmod -R a+w /tmp/pv001\nchcon -Rt svirt_sandbox_file_t /tmp/pv001\n"
, "delta": "0:00:00.007847", "end": "2023-08-09 14:09:35.777125"
, "msg": "non-zero return code", "rc": 1, "start": "2023-08-09 14:09:35.769278"
, "stderr": "chcon: can't apply partial context to unlabeled file '/tmp/pv001'"
, "stderr_lines": ["chcon: can't apply partial context to unlabeled file '/tmp/pv001'"], "stdout": "", "stdout_lines": []
} |
Another Calico related error:
|
Resuts in snowdrop/k8s-infra#337 |
No description provided.
The text was updated successfully, but these errors were encountered: