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
no-jira: Remove the GCP Custom Endpoints Feature Gate
** Remove the validation when the `endpoint` field is filled out in install-config.
The feature has been tested and the feature gate should no longer be required.
** Remove the test for the featuregate.
name: "GCP Custom API Endpoints is not allowed without Feature Gates",
25
-
installConfig: func() *types.InstallConfig {
26
-
c:=validInstallConfig()
27
-
c.GCP=validGCPPlatform()
28
-
c.GCP.Endpoint=&gcptypes.PSCEndpoint{
29
-
Name: "test-endpoint",
30
-
}
31
-
returnc
32
-
}(),
33
-
expected: `^platform.gcp.endpoint: Forbidden: this field is protected by the GCPCustomAPIEndpointsInstall feature gate which must be enabled through either the TechPreviewNoUpgrade or CustomNoUpgrade feature set$`,
34
-
},
35
22
{
36
23
name: "AWS UserProvisionedDNS is not allowed without Feature Gates",
0 commit comments