Mike Tougeron
Mike Tougeron
When creating a deployment in vCluster I would expect the `tolerations` to apply to the 'fake' kubernetes nodes not the ones from the underlying k8s infrastructure. For example, we have...
It would be nice to have a way for a user of vCluster to create a deployment using hostPort(s) (which is normally for us blocked by a PodSecurityPolicy) and have...
I'm getting the following error in one of my Kubernetes clusters. It works fine in other clusters of the same version & configuration. I have no idea how to reproduce...
It would be awesome if the metrics could include the node's topology.kubernetes.io/region & topology.kubernetes.io/zone (not sure what the non-AWS fields are called). That would help quickly identify patterns in the...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Stops CAPZ from trying to delete subnets & vnets that are not managed...
/kind bug [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** If you use a `AzureManagedControlPlane` with an existing `virtualNetwork.name` and...
#### What this PR does / why we need it: This fixes a bug in the role caching where the `externalID` is not considered in the cache key.
/kind feature As part of the subnet creation inside of a CAPZ managed VNET it would be beneficial to users to be able to create [Service Endpoints](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview). Service Endpoints allow...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This implements the ability to add Service Endpoints to the subnets created/managed by...
Need to mock & test the AWS tagging calls so that #23 can be fully tested