The specified template will substitute the auto-generated machine names. Make sure the template generates unique names for this project, otherwise the deployment may fail if a machine with the same name already exists. Here are the available properties to use: Resource properties: includes the resource name from blueprint template, custom properties assigned to the resource (from blueprint,Continue reading “vRA 8.1 |Hostname| OOTB”
Category Archives: Uncategorized
Learning towards Kubernetes: Installation
I am not going to make the steps more complex in this blog as was just want copy the command, we need to follow the video made along with this. Note: Always make sure what is the latest supported docker version for Kubernetes installation. This is made on CentOS Step 1: Install Dockers (refer forContinue reading “Learning towards Kubernetes: Installation”
Add Powershell host to vRO
Run below command to Windows System before adding to vRO In CMD: winrm quickconfig winrm set winrm/config/service/auth @{Basic=”true”} winrm set winrm/config/service @{AllowUnencrypted=”true”} winrm set winrm/config/winrs @{MaxMemoryPerShellMB=”2048″} In Powershell Set-ExecutionPolicy unrestricted