問題タブ [kubeadm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kubernetes - kubectl - error: You must be logged in to the server
I have configured OIDC with k8s installed using kubeadm.
After the configuration, when I run the command kubectl --user=name@gmail.com get nodes
I get
error: You must be logged in to the server (the server has asked for the client to provide credentials (get nodes))
Can someone please help me with this?
kubernetes - kubernetes: サーバーからのエラー (禁止): ユーザー "system:anonymous" は、アクセス許可を付与した後でも、クラスター スコープでノードを一覧表示できません
ユーザーにクラスターの役割を付与した後でも、Error from server (Forbidden): User "system:anonymous" cannot list nodes at the cluster scope. (get nodes)
ユーザー用に次のセットがあります。
そして以下を admin.yaml に追加して、cluster-role と cluster-rolebindings を作成します。
コマンドを試すと、まだエラーが発生します。
誰かが続行方法について提案してもらえますか。