-
Notifications
You must be signed in to change notification settings - Fork 0
Kubernetes
James Taylor edited this page Jul 11, 2022
·
4 revisions
https://www.ibm.com/cloud/blog/8-kubernetes-tips-and-tricks
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: Pod
metadata:
name: cc-org1msp-org1-peer1.org1.example.comconga-nft-contract-56c554
namespace: test-network
spec:
containers:
- name: busybox
image: busybox:1.28
args:
- sleep
- "10000000000"
EOF