tanzu-framework
tanzu-framework copied to clipboard
Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than...
Fix a go template bug which makes invalid the template rendering for the AzureClusterTemplate to inject mulitple VNET cidrs. ### What this PR does / why we need it Fix...
**Bug description** Unable to choose the desired TKR version(s) for downloading by `tanzu isolated-cluster download-bundle` command **Affected product area (please put an X in all that apply)** - ( )...
**Bug description** Using the Azure Cluster Class to deploy an Azure Kubernetes cluster, the 'ACT_main' json patch fails when multiple VNET cidr blocks are provided. This is due to a...
### What this PR does / why we need it ### Which issue(s) this PR fixes Fixes # The issue is that Antrea addon controller needs to create a ClusterRole...
### What this PR does / why we need it Implementing APIs for cluster essential installation ### Which issue(s) this PR fixes Fixes # ### Describe testing done for PR...
### What this PR does / why we need it removes hard-coded maps for Azure environments and calls the EnvironmentFromName function from go-autorest/azure library to leverage upstream provider to validate...
### What this PR does / why we need it Updating version tag used for BOM retrieval to v0.30.0-dev ### Which issue(s) this PR fixes Fixes # ### Describe testing...
**Describe the bug** There are gaps in telling community members what is expected of them when contributing to this repository. **Additional context** This issue can be updated to include more...
Signed-off-by: sameerkhan97 ### What this PR does / why we need it This PR updates test-release-artifacts.sh & test-release-artifacts.ps1 to test new tanzu plugins which are context aware, standalone and admin...
Extract GetPinnipedKubeconfig and oFromCluster to shared lib Continuing with what we began in #4514 this extracts two common functions for interactions with Pinniped and deduplicates them. ### What this PR...