File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ spec:
2828Service name overrides must be set during route creation and cannot be modified. Adding or changing the annotation on existing routes does not work.
2929
3030**To add or change a service name override for existing route:**
31+
31321. Delete the route: ` kubectl delete httproute my-route`
32332. Update annotation and recreate : ` kubectl apply -f updated-route.yaml`
3334
3435# # Validation Rules
3536
3637Service names must :
38+
3739- Be 3-40 characters long
3840- Use only lowercase letters, numbers, and hyphens
3941- Start and end with alphanumeric characters
Original file line number Diff line number Diff line change 2525 - Pod Readiness Gates : guides/pod-readiness-gates.md
2626 - Configuration : guides/environment.md
2727 - Additional Tags : guides/additional-tags.md
28+ - Service Name Override : guides/service-name-override.md
2829 - API Specification : api-reference.md
2930 - API Reference :
3031 - AccessLogPolicy : api-types/access-log-policy.md
@@ -120,4 +121,4 @@ extra_javascript:
120121extra :
121122 generator : false
122123 version :
123- provider : mike
124+ provider : mike
You can’t perform that action at this time.
0 commit comments