update link to /ja/docs/concepts/overview/working-with-objects/labels/

This commit is contained in:
Naoki Oketani
2020-04-06 18:29:06 +09:00
parent 109e8c5fa2
commit 0d8f82180d
10 changed files with 13 additions and 13 deletions
@@ -190,7 +190,7 @@ status:
...
```
新しいPod Conditionは、Kubernetesの[label key format](/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set)に準拠している必要があります。
新しいPod Conditionは、Kubernetesの[label key format](/ja/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set)に準拠している必要があります。
`kubectl patch`コマンドはオブジェクトステータスのパッチ適用をまだサポートしていないので、
新しいPod Conditionは[KubeClient libraries](/docs/reference/using-api/client-libraries/)のどれかを使用する必要があります。