-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
4.19.0
-
None
-
3
-
False
-
None
-
False
-
OCPSTRAT-561 - Support Private Google Access to GCP endpoints
-
-
-
Installer Sprint 268
User Story:
As a (user persona), I want to be able to:
- Use the same custom endpoints (when applicable) through out all cluster components
- Capability 2
- Capability 3
so that I can achieve
- Allowing users to override api endpoints in the cluster components. The DNS api is found here.
- Outcome 2
- Outcome 3
Acceptance Criteria:
Description of criteria:
- Upstream documentation
- Point 1
- Point 2
- Point 3
(optional) Out of Scope:
Detail about what is specifically not being delivered in the story
Engineering Details:
- Each time the service is created New, the the option for `withEndpoint` should be issued when applicable.
- pkg/dns/gcp/provider.go
dnsService, err := gdnsv1.NewService(context.TODO(), option.WithCredentialsJSON(config.CredentialsJSON), option.WithUserAgent(config.UserAgent))
This requires/does not require a design proposal.
This requires/does not require a feature gate.