Skip to content

Commit dd46d96

Browse files
stevsmitSteven Smith
andauthored
Removes ipv6 unsupported note from Operator docs (quay#1122)
Co-authored-by: Steven Smith <[email protected]>
1 parent f8d3aef commit dd46d96

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/operator-ipv6-dual-stack.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the following procedure to enable IPv6 support on your {productname} deploym
1818

1919
.Prerequisites
2020

21-
* You have updated {productname} to 3.8.
21+
* You have updated {productname} to at least version 3.8.
2222
* Your host and container software platform (Docker, Podman) must be configured to support IPv6.
2323

2424
.Procedure
@@ -27,13 +27,13 @@ Use the following procedure to enable IPv6 support on your {productname} deploym
2727
+
2828
[source,yaml]
2929
----
30-
---
30+
# ...
3131
FEATURE_GOOGLE_LOGIN: false
3232
FEATURE_INVITE_ONLY_USER_CREATION: false
3333
FEATURE_LISTEN_IP_VERSION: IPv6
3434
FEATURE_MAILING: false
3535
FEATURE_NONSUPERUSER_TEAM_SYNCING_SETUP: false
36-
---
36+
# ...
3737
----
3838

3939
. Start, or restart, your {productname} deployment.
@@ -62,6 +62,4 @@ For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4433[PR
6262

6363
* Currently, attempting to configure your {productname} deployment with Amazon S3 CloudFront will not work on IPv6 single stack environments. Because the endpoint of Amazon S3 CloudFront does not support IPv6, there is no workaround in place for this issue.
6464
+
65-
For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4470[PROJQUAY-4470].
66-
67-
* Currently, dual-stack (IPv4 and IPv6) support does not work on {productname} {ocp} deployments. When {productname} 3.8 is deployed on {ocp} with dual-stack support enabled, the Quay Route generated by the {productname} Operator only generates an IPv4 address, and not an IPv6 address. As a result, clients with an IPv6 address cannot access the {productname} application on {ocp}. This limitation is scheduled to be fixed in a future version of {ocp}.
65+
For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4470[PROJQUAY-4470].

0 commit comments

Comments
 (0)