74分以上
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
74分以上
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
没试过,证件上应该要有英文
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
现在可以直接在中国官网报名和领证了,直接支付宝付款,还能预约中文线上监考。网址:https://training,linuxfoundation.cn
是的 这题我错了。还是乖乖写yaml
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
感谢提醒。是的 漏了这块
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
感谢纠正
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
可以的
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
我估计是防止你使用deployment完成题目?
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
感谢提醒,已修改
CKA考试经验总结CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...
# - 5题建议
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: myapp-container
image: busybox:1.28
command: ['sh', '-c', 'if [ ! -e "/opt/myfile" ];then exit; fi;']
volumeMounts:
- name: workdir
mountPath: /opt/
initContainers:
- name: init-pod
image: busybox:1.28
command: ['sh', '-c', 'touch /opt/myfile']
volumeMounts:
- name: workdir
mountPath: /opt/
volumns:
- name: workdir
emptyDir: {}
CKA考试经验总结 1.考前准备 1.1 报考相关 报考地址。https://www.cncf.io/certification/cka 购买了CKA考试,完成后CNFC会给...