[ja] Fix broken links due to using githubbranch param
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ kubeletはコンテナが問題なく動いていると判断します。
|
||||
|
||||
200以上400未満のコードは成功とみなされ、その他のコードは失敗とみなされます。
|
||||
|
||||
[server.go](https://github.com/kubernetes/kubernetes/blob/{{< param "githubbranch" >}}/test/images/agnhost/liveness/server.go)
|
||||
[server.go](https://github.com/kubernetes/kubernetes/blob/master/test/images/agnhost/liveness/server.go)
|
||||
にてサーバーのソースコードを確認することができます。
|
||||
|
||||
コンテナが生きている初めの10秒間は、`/healthz`ハンドラーが200ステータスを返します。
|
||||
|
||||
@@ -79,5 +79,5 @@ kubectl delete secret user pass
|
||||
## {{% heading "whatsnext" %}}
|
||||
|
||||
* [`projected`](/docs/concepts/storage/volumes/#projected)ボリュームについてさらに学ぶ
|
||||
* [all-in-oneボリューム](https://github.com/kubernetes/community/blob/{{< param "githubbranch" >}}/contributors/design-proposals/node/all-in-one-volume.md)のデザインドキュメントを読む
|
||||
* [all-in-oneボリューム](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/all-in-one-volume.md)のデザインドキュメントを読む
|
||||
|
||||
|
||||
Reference in New Issue
Block a user