vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix
What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
related to ENG-4551
Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster could not create virtual clusters that started with digits and ended with non-digit characters.
What issue type does this pull request address? (keep at least one, remove the others) /kind bugfix
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible) related to ENG-4551Please provide a short message that should be published in the vcluster release notes Fixed an issue where vcluster could not create virtual clusters that started with digits and ended with non-digit characters.
What else do we need to know?
TODO after merge