Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion confidential-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ After the Operator is installed, create ConfigMaps to allow Kata to handle workl
IBMCLOUD_PODVM_INSTANCE_PROFILE_NAME: "bx3dc-2x10"
IBMCLOUD_RESOURCE_GROUP_ID: "$(ibmcloud is vpc "$VPC_ID" -json | jq -r .resource_group.id)"
IBMCLOUD_SSH_KEY_ID: "$SSH_KEY_ID"
IBMCLOUD_VPC_ENDPOINT: "https://us-east.iaas.cloud.ibm.com/v1"
IBMCLOUD_VPC_ID: "$VPC_ID"
IBMCLOUD_VPC_SG_ID: "$(ibmcloud ks security-group ls --cluster $CLUSTER_NAME -json | jq -r '.[] | select(.type == "cluster") | .id')"
CLOUD_CONFIG_VERIFY: "false"
Expand Down