質問編集履歴

2

追記

2021/02/05 07:25

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,31 @@
39
39
  type: Directory
40
40
 
41
41
  ```
42
+
43
+
44
+
45
+ ---
46
+
47
+ ### 2021/02/05追記
48
+
49
+
50
+
51
+ 色々やっていて判明したのですが、`kubectl version`を実行してもエラーになってしまします。
52
+
53
+ 下記実行結果です。
54
+
55
+ ```sh
56
+
57
+ Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-13T11:23:11Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"darwin/amd64"}
58
+
59
+ Unable to connect to the server: dial tcp 192.168.64.2:8443: i/o timeout
60
+
61
+ ```
62
+
63
+
64
+
65
+ バージョンを記載します。
66
+
67
+ OS:macOS Big Sur(11.2)
68
+
69
+ Docker Engine:v20.10.2

1

修正

2021/02/05 07:25

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ![イメージ説明](e4f95d2e21d117392bbcfbad6a8618dc.png)
2
2
 
3
- Docker for macでkubernetesをインストールし、macのターミナルか`@kubectl apply -f pods.yml`を実行すると`error: unable to recognize "pods.yml": Get https://192.168.64.2:8443/api?timeout=32s: dial tcp 192.168.64.2:8443: i/o timeout`と言われてしまいます。
3
+ Docker for macでkubernetesをインストールし、macのターミナルか`@kubectl apply -f pods.yml`を実行すると`error: unable to recognize "pods.yml": Get https://192.168.64.2:8443/api?timeout=32s: dial tcp 192.168.64.2:8443: i/o timeout`と言われてしまいます。
4
4
 
5
5
  原因は一体何なのでしょうか?
6
6