For this example pod spec, is this the right way to ensure the container gets the desired cores ?, the documentation says the cmk argument should be deployed_app, what does that mean ?, the other examples show using 'sleep', so would this be the root process and other processes can now use the resources reserved for the sleep process ?
This is from your documentation:cat <<EOF | kubectl create -f -
apiVersion: v1
kind: Pod
metadata:
labels:
app: cmk-isolate-DEPLOYED-APP-pod
name: cmk-isolate-DEPLOYED-APP-pod
spec:
nodeName:
containers:
Hi,
For this example pod spec, is this the right way to ensure the container gets the desired cores ?, the documentation says the cmk argument should be deployed_app, what does that mean ?, the other examples show using 'sleep', so would this be the root process and other processes can now use the resources reserved for the sleep process ?
apiVersion: v1 kind: Pod metadata: labels: app: nginx name: nginx annotations: k8s.v1.cni.cncf.io/networks: sriov-openness spec: nodeName: opennesswkn-1 containers:
command:
- sleep
- "3600"
env:
This is from your documentation:cat <<EOF | kubectl create -f - apiVersion: v1 kind: Pod metadata: labels: app: cmk-isolate-DEPLOYED-APP-pod name: cmk-isolate-DEPLOYED-APP-pod spec: nodeName:
containers: