stolostron / multicluster-controlplane

A standalone controlplane to run ocm core.
Apache License 2.0
1 stars 5 forks source link

fix apiserver route port issue. #26

Closed morvencao closed 1 year ago

morvencao commented 1 year ago

fix incorrect port for multicluster-controlplane apiserver:

$ make deploy
...
route.route.openshift.io/multicluster-controlplane configured
Waiting for kubeconfig...
Checking multicluster-controlplane with /tmp/multicluster-controlplane-test2/multicluster-controlplane-test2.kubeconfig ...
Unable to connect to the server: dial tcp 54.83.160.13:9443: i/o timeout
Checking multicluster-controlplane with /tmp/multicluster-controlplane-test2/multicluster-controlplane-test2.kubeconfig ...
Unable to connect to the server: dial tcp 52.22.29.199:9443: i/o timeout
...
clyang82 commented 1 year ago

/retest

openshift-ci[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: clyang82, morvencao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/stolostron/multicluster-controlplane/blob/main/OWNERS)~~ [clyang82,morvencao] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 1 year ago

New changes are detected. LGTM label has been removed.

openshift-ci[bot] commented 1 year ago

@morvencao: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/test-e2e 81757cd2fb2676024f55a11ac3e08e1162059626 link true /test test-e2e

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
openshift-merge-robot commented 1 year ago

PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
morvencao commented 1 year ago

closing this since hack/deploy-multicluster-controlplane.sh was deleted in https://github.com/stolostron/multicluster-controlplane/pull/31