質問編集履歴
2
さらに調査
test
CHANGED
File without changes
|
test
CHANGED
@@ -41,3 +41,71 @@
|
|
41
41
|
記事がありましたが最新を入れても解決しません、
|
42
42
|
|
43
43
|
[リンク内容](https://qiita.com/ponkio-o/items/16d8e363ff65ec16f391)
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
★さらに追記
|
48
|
+
|
49
|
+
/home/ec2-user/.kube/config があり
|
50
|
+
|
51
|
+
中身は以下のとおりでした
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
$ kubectl config view
|
56
|
+
|
57
|
+
```ここに言語を入力
|
58
|
+
|
59
|
+
apiVersion: v1
|
60
|
+
|
61
|
+
clusters:
|
62
|
+
|
63
|
+
- cluster:
|
64
|
+
|
65
|
+
certificate-authority-data: DATA+OMITTED
|
66
|
+
|
67
|
+
server: https://amazon.amazonaws.com
|
68
|
+
|
69
|
+
name: temp.k8s.local
|
70
|
+
|
71
|
+
contexts:
|
72
|
+
|
73
|
+
- context:
|
74
|
+
|
75
|
+
cluster: temp.k8s.local
|
76
|
+
|
77
|
+
user: temp.k8s.local
|
78
|
+
|
79
|
+
name: temp.k8s.local
|
80
|
+
|
81
|
+
current-context: temp.k8s.local
|
82
|
+
|
83
|
+
kind: Config
|
84
|
+
|
85
|
+
preferences: {}
|
86
|
+
|
87
|
+
users:
|
88
|
+
|
89
|
+
- name: temp.k8s.local
|
90
|
+
|
91
|
+
user: {}
|
92
|
+
|
93
|
+
```
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
その後、
|
98
|
+
|
99
|
+
kubectl version
|
100
|
+
|
101
|
+
Please enter Username: temp.k8s.local
|
102
|
+
|
103
|
+
Password:なしでEnter
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
・・・・Platform:"linux/amd64"}
|
108
|
+
|
109
|
+
error: You must be logged in to the server (the server has asked for the client to provide credentials)
|
110
|
+
|
111
|
+
が表示されます。
|
1
分かる範囲で追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,14 @@
|
|
1
1
|
当方の環境は、Red Hat 7.3です。
|
2
|
+
|
3
|
+
【追記】
|
4
|
+
|
5
|
+
Amazon Linux 2 でkopsというツールを使って
|
6
|
+
|
7
|
+
クラスタを作りました。kops create cluster・・・みたいな感じで
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
2
12
|
|
3
13
|
kubectl get nodes実行時において
|
4
14
|
|