新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
8
learn/learn-kubernetes-master/kiamol/ch02/pod.yaml
Normal file
8
learn/learn-kubernetes-master/kiamol/ch02/pod.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: hello-kiamol-3
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: kiamol/ch02-hello-kiamol
|
||||
Reference in New Issue
Block a user