CNA-Tech / PKS-Ninja

Other
134 stars 162 forks source link

PKS 1.5 Installation with the VMware Enterprise PKS Management Console Beta: enable_outbound_traffic in YAML #659

Open Mybarry opened 5 years ago

Mybarry commented 5 years ago

The Gear2/EPMC UI does not have an Enable Outbound Access option and you need to set this in the YAML file to give your PKS Nodes external access. This would be in Step 4.11: Go to Configuration->PKS Configuration Click on Generate Configuration. In the Configuration YAML scroll down to Network around line 106 and look for the enable_outbound_traffic option and set this to true : enable_outbound_traffic: true

afewellvmware commented 4 years ago

Thanks for pointing this out @Mybarry I am working on a new template now for 1.6. will be sure to include this