[bundle] Add support for GCP in CSV#1236
Conversation
|
Skipping CI for Draft Pull Request. |
|
Should go after #1237 to accommodate the correct OCP version. |
| Example MachineSet for other cloud providers: | ||
| - [AWS](https://github.com/openshift/windows-machine-config-operator/blob/master/docs/machineset-aws.md) | ||
| - [Azure](https://github.com/openshift/windows-machine-config-operator/blob/master/docs/machineset-azure.md) | ||
| - [GCP](https://github.com/openshift/windows-machine-config-operator/blob/master/docs/machineset-gcp.md) |
There was a problem hiding this comment.
The consensus in #1232 was to point to official OCP docs over github. Does it make sense to wait for GCP support to be published and point there?
There was a problem hiding this comment.
The consensus in #1232 was to NOT point to the official OCP docs over GitHub. We should update the docs only when releasing the community operator with GCP support.
| ### Pre-requisites | ||
| * A Red Hat OpenShift Container Platform for Windows Containers [subscription](https://access.redhat.com/support/policy/updates/openshift#windows) | ||
| * OCP 4.11 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking | ||
| * OCP 4.11 cluster running on Azure, AWS, GCP or vSphere configured with hybrid OVN Kubernetes networking |
There was a problem hiding this comment.
GCP is not supported on 4.11
| ### Pre-requisites | ||
| * A Red Hat OpenShift Container Platform for Windows Containers [subscription](https://access.redhat.com/support/policy/updates/openshift#windows) | ||
| * OCP 4.11 cluster running on Azure, AWS or vSphere configured with hybrid OVN Kubernetes networking | ||
| * OCP 4.11 cluster running on Azure, AWS, GCP or vSphere configured with hybrid OVN Kubernetes networking |
There was a problem hiding this comment.
GCP is not supported on 4.11
This change introduces GCP as a supported platform in the description of the CSV. Ran: ``` make update ```
ebc0d27 to
0918f36
Compare
|
/hold cancel Blocking PR merged: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aravindhp, jrvaldes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/test azure-e2e-operator |
|
@jrvaldes: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This change introduces GCP as a supported platform
in the description of the CSV.
Follow-up to: