| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
308 バイト追加 、 2020年8月30日 (日) 12:07
creationTimestamp: "2020-08-22T08:02:54Z"
:
</pre>
*アノテーションとラベルをマニフェストに追記
<pre>
apiVersion: v1
kind: Pod
metadata:
name: sample-pod
annotations:
annotation1: val1
annotation2: val2
labels:
label1: lab1
label2: lab2
spec:
containers:
- name: nginx-container
image: nginx:1.19
</pre>

案内メニュー