-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: write kubeadm script log for ignition
- Loading branch information
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export NAMESPACE="prow-cluster" | ||
export CLUSTER_CLASS_NAME=prow | ||
export CONTROL_PLANE_ENDPOINT_IP=192.168.6.162 | ||
export CPI_IMAGE_K8S_VERSION=v1.29.0 | ||
export KUBERNETES_VERSION=v1.29.0 | ||
export VSPHERE_DATACENTER=SDDC-datacenter | ||
export VSPHERE_NETWORK=sddc-cgw-network-6 | ||
export VSPHERE_PASSWORD='1yU(~!eC%3!F' | ||
export VSPHERE_SERVER=10.2.224.4 | ||
export VSPHERE_SSH_AUTHORIZED_KEY="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFQAq+JGGkZMVgaqlMY6Gwom2YMO+Gf7YuLKX019nGVu [email protected]" | ||
export VSPHERE_TLS_THUMBPRINT="D8:64:61:90:26:65:B8:1E:95:18:4B:68:56:D2:F7:34:FA:68:BF:2A" | ||
export VSPHERE_USERNAME="[email protected]" | ||
|
||
export VSPHERE_DATASTORE="WorkloadDatastore" | ||
export VSPHERE_FOLDER="system" | ||
export VSPHERE_RESOURCE_POOL="system" | ||
export VSPHERE_STORAGE_POLICY="" | ||
export VSPHERE_TEMPLATE="ubuntu-2204-kube-v1.29.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters