You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
installing on AWS own k8s cluster (2 nodes master,worker)
before deployed server.deployment.yaml:
created and copy tls certs:
kubectl get secrets | grep kiam
kiam-agent-tls Opaque 3 21h
kiam-server-tls Opaque 3 21h
kiam-server-token-dwmb8 kubernetes.io/service-account-token 3 48m
configured IAM roles in AWS console
deployed service.yaml, server-rbac.yaml and tryed deploy server.deployment.yaml
after, kiam-server pods in pending status, when i describe it i seen:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 9s (x25 over 22m) default-scheduler 0/2 nodes are available: 1 node(s) didn't match Pod's node affinity/selector, 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate.
what is it means? Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
installing on AWS own k8s cluster (2 nodes master,worker)
before deployed server.deployment.yaml:
what is it means? Thanks
The text was updated successfully, but these errors were encountered: