Conversation
While hostnames may have whatever case is desired by the user, resources in kubernetes must be lower case. Node name was directly copied from the hostname, resulting in upper case characters, if any. This prevents creation of the node and many other interactions between kubelet and apiserver.
…rry-pick-1435-to-release-4.13 [release-4.13] OCPBUGS-8338: Adding etcd config to user-facing config
…rry-pick-1456-to-release-4.13 [release-4.13] USHIFT-901: change names of rebase image configmaps
…rry-pick-1453-to-release-4.13 [release-4.13] OCPBUGS-8493: Use lower case node names only
…rry-pick-1455-to-release-4.13 [release-4.13] NO-ISSUE: proper order of rebase patches & logging rejected hunks
…rry-pick-1463-to-release-4.13 [release-4.13] OCPBUGS-9999: Fix the kustomization procedure not to exit with fatal error
…-03-10 (openshift#1482) * update last_rebase.sh * update changelog * update microshift/go.mod * update microshift/vendor * update etcd/go.mod * update etcd/vendor * update component images * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rry-pick-1447-to-release-4.13 [release-4.13] USHIFT-945: Add user workload health check docs to Greenboot procedures
…rry-pick-1467-to-release-4.13 [release-4.13] OCPBUGS-8704: Fix microshift-etcd version to show correct info
…rry-pick-1480-to-release-4.13 [release-4.13] USHIFT-945: Fix user workload greenboot verification to check for 1 pod
Due to the support for IPs in certificates introduced in openshift#1298, the apiserver IP is configured as a secondary address in the lo interface. A VIP is configured by ovnk redirecting 10.43.0.1:443 to 10.43.0.1:6443. 6443 is the port where apiserver listens in the host. 10.43.0.1:443 is used by all pods using client go, as it is computed from the env vars we can find in any pod. If a host network pod or any other tool in the host tries to reach the apiserver by using 10.43.0.1:443 the address is not translated to the endpoint, it tries to contact 10.43.0.1:443 which is not the apiserver but the router. This change computes a new IP endpoint in the next available /32 subnet from the service IP to ensure ovnk does not interfere.
[release-4.13] USHIFT-289: Changes to microshift-validate/ for ARM CI
USHIFT-289: Add env to allow building RPM for different arch
…-03-14 (openshift#1504) * update last_rebase.sh * update changelog * update microshift/go.mod * update microshift/vendor * update etcd/go.mod * update etcd/vendor * update component images * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rry-pick-1478-to-release-4.13 [release-4.13] OCPBUGS-9965: Use a different internal IP for apiserver connectivity
…arted instructions)
…rry-pick-1510-to-release-4.13 [release-4.13] USHIFT-961: Replace RHEL 8 references by RHEL 9 references
…-03-14 (openshift#1511) * update changelog * update etcd/go.mod * update etcd/vendor --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
OCPBUGS-11811: upgrade openvswitch package version for 4.13
…rm64-2023-04-17 (openshift#1681) * update last_rebase.sh * update changelog * update microshift/go.mod * update microshift/vendor * update etcd/go.mod * update etcd/vendor * update component images * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rm64-2023-04-18 (openshift#1684) * update last_rebase.sh * update changelog * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rry-pick-1682-to-release-4.13 [release-4.13] OCPBUGS-10789: Add osbuild2copr.sh script to facilitate embedding of containers into ISO
Signed-off-by: Jon Cope <jcope@redhat.com>
Signed-off-by: Jon Cope <jcope@redhat.com>
…rry-pick-1705-to-release-4.13 [release-4.13] Unblocking CI selinux dependencies
…rm64-2023-04-21 (openshift#1703) * update last_rebase.sh * update changelog * update component images * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rm64-2023-04-25 (openshift#1716) * update last_rebase.sh * update changelog * update component images * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rm64-2023-04-26 (openshift#1723) * update last_rebase.sh * update changelog * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rm64-2023-04-27 (openshift#1728) * update last_rebase.sh * update manifests * update buildfiles --------- Co-authored-by: ci-robot <ci-robot@openshift.io>
…rry-pick-1712-to-release-4.13 [release-4.13] USHIFT-1219: set minimum container-selinux dependency to 2.208
…selinux-temporarily USHIFT-1221: disable selinux for 4.13 CI temporarily
…ependency installation
… logic to the configure script Signed-off-by: Jon Cope <jcope@redhat.com>
We depend on cri-o and can rely on it to pull in any specific version needed. Currently neither cri-o nor podman specify a minimum version.
|
PR needs rebase. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: copejon 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 |
|
@copejon: The following tests failed, say
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. |
Uh oh!
There was an error while loading. Please reload this page.