VCF 9.0 describes a standardized approach to deploying optional capabilities on VKS clusters viastandard packages. In the VCF Automation cloud services overview, VMware listsIstioamong the packages that “can be optionally installed” for VKS. For installing those packages, the VCF CLI provides a dedicatedpackage pluginthat “works on a workload cluster” and exposes explicitinstallworkflows.
The VCF CLI command reference shows the syntax for installing a package:
vcf package install INSTALLED_PACKAGE_NAME --package PACKAGE_NAME --version VERSION (with optional values files and overlays). This is the supported, VCF-aligned way to install standard packages such as Istio onto a VKS workload cluster in a controlled, declarative manner, including tracking reconciliation status and providing configuration via a values file.
Options that rely on ad-hoc downloads (curl) or building tooling (docker build) do not match the documented VCF package-management workflow for VKS standard packages. Therefore, the correct command family isvcf package install.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit