回答編集履歴

2

コマンド修正

2021/02/20 11:47

投稿

fenethtool
fenethtool

スコア68

test CHANGED
@@ -26,6 +26,6 @@
26
26
 
27
27
  eksの場合は
28
28
 
29
- aws eks --region ap-northeast-1 update-kubeconfig --name <cluster-name>
29
+ aws eks --region <region> update-kubeconfig --name <cluster-name>
30
30
 
31
31
  上記コマンドを打鍵してcontext情報を追加すれば、aws-authの設定、及びIAM情報が適切な場合、原則として問題無く接続可能なはずです。

1

可能性のある事象の発生原因、対処法の追加

2021/02/20 11:47

投稿

fenethtool
fenethtool

スコア68

test CHANGED
@@ -17,3 +17,15 @@
17
17
  商用環境であれば、AWSサポートに問い合わせてみるのも良いかもしれません。
18
18
 
19
19
  検証用であれば、一旦当該クラスターは削除し、eksの認証・認可の仕組みをもう少し詳しく調べて再構築し方が良いかと思われます。
20
+
21
+
22
+
23
+ あと、考えられる可能性としては
24
+
25
+ 接続元のkubectl configの接続先設定情報が誤っている可能性もあります。
26
+
27
+ eksの場合は
28
+
29
+ aws eks --region ap-northeast-1 update-kubeconfig --name <cluster-name>
30
+
31
+ 上記コマンドを打鍵してcontext情報を追加すれば、aws-authの設定、及びIAM情報が適切な場合、原則として問題無く接続可能なはずです。