You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some characters allowed in Kube labels are not allowed in Azure tags. Bad Characters:
<, >, %, , /, ?
We want to use the function in helpers/labels (from #814) to ignore the above bad characters.
We want to return the rest of the labels in the format expected by Azure for tag, and ignore the ones which are 'invalid'.
Done criteria
Labels Function is implemented in Redis Cache
User is able to create a RC with an improper label, and it still successfully provisions without the invalid tag.
For eg. After this task is done, the user should be able to use either webhooks or the declarative model for K8s
User story reference
#
The text was updated successfully, but these errors were encountered:
Some characters allowed in Kube labels are not allowed in Azure tags.
Bad Characters:
<, >, %, , /, ?
We want to use the function in helpers/labels (from #814) to ignore the above bad characters.
We want to return the rest of the labels in the format expected by Azure for tag, and ignore the ones which are 'invalid'.
Done criteria
Labels Function is implemented in Redis Cache
User is able to create a RC with an improper label, and it still successfully provisions without the invalid tag.
For eg. After this task is done, the user should be able to use either webhooks or the declarative model for K8s
User story reference
#
The text was updated successfully, but these errors were encountered: