問題タブ [client-go]
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 - クライアント経由で展開 yaml を呼び出す例
k8 のクライアントを介して更新の展開を呼び出そうとしています。しかし、client-go API を介して kubectl apply -f deployment.yaml と同等のコード例を deployment.yaml ファイルから変更を更新するのに苦労しています。
kubernetes - Kubernetes client-go を使用して、ノードが「準備完了」であるかどうかをプログラムで確認する方法は?
スライスをトラバースし、v1.Node->NodeStatus->Conditions[]
遷移時間で並べ替えて、最新のタイミング条件が であるかどうかを確認する必要があるようですNodeConditionType == "Ready"
。より良い方法があるかどうか、またはそのアプローチに欠陥があるかどうか疑問に思っていますか?
kubernetes - Kuberentes client-go method to drain a node
Is there a go client to drain a Kubernetes node. I am writing E2E testcases using existing kubernetes E2E framework and i need to cover a node drain scenario for storage.