Retrieve the status of VCF Automation Deployment request - Failed - Unable to get request status for request <Request_ID> Reference Token: <Unique_Token_Number>10.244.0.0/16.kind cluster on the Fleet Management server to facilitate the installation of VCF Automation on the destination vCenter / deployed VMSP appliance(s).10.244.0.0/16 which can be a duplicate of other resources in the environment (such as vCenter) causing a conflict.bootstrap.sh file with the pod networking details. Follow the below steps:10.244.0.0/16) for deployment configurations. To use a different subnet, add a networking section to the bootstrap.sh file:root.cp /data/vmsp/scripts/bootstrap.sh /data/vmsp/scripts/bootstrap.sh.bkpvi /data/vmsp/scripts/bootstrap.sh# Create Kind config
# containerd will forward traffic for the registry to the nodePort service
# A similar configuration will be set on the new cluster through kubeadm in the vmsp-configs chart
cat <<EOF >"${KIND_CONFIG}"
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking: <--------------------- Update the following.
podSubnet: "10.255.0.0/16" <--------------------- Update this line too. Mind the spacing.
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta3:wq!