Skip to content

NO-JIRA: Pass the port to internal LB deployment in monitoring tests #29711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mgencur
Copy link

@mgencur mgencur commented Apr 24, 2025

The .status.apiServerInternalURI of Infrastructure might contain a port (for example https://api.d560406ce00e8ae40e77.hypershift.local:443) In this case the port must be passed to the deployment as the default port 6443 will not work.

We ran into this issue when testing Hypershift with --endpoint-access=private and external DNS. In this case the port is 443. The test [Jira: "kube-apiserver"] can collect apiserver.openshift.io/disruption-actor=poller poller pod logs failed in this run, the error was:

Logs for -n e2e-disruption-monitor-j4clg pod/internal-lb-monitor-54cc8ddddd-cndzp
I0423 12:19:55.995391       1 factory.go:193] Registered Plugin "containerd"
openshift-tests v4.1.0-9244-g118fc94
  I0423 12:19:56.032703       1 merged_client_builder.go:163] Using in-cluster namespace
  I0423 12:19:56.032866       1 merged_client_builder.go:121] Using in-cluster configuration
error: Get "https://api.d560406ce00e8ae40e77.hypershift.local:6443/api/v1/namespaces/default": dial tcp 10.0.128.146:6443: i/o timeout

The .status.apiServerInternalURI of Infrastructure might contain a port
(for example https://api.d560406ce00e8ae40e77.hypershift.local:443)
In this case the port must be passed to the deployment as the default
port 6443 will not work.
@openshift-ci openshift-ci bot requested review from deads2k and sjenning April 24, 2025 12:40
@mgencur mgencur changed the title Pass the port to internal LB deployment in monitoring tests NO-JIRA: Pass the port to internal LB deployment in monitoring tests Apr 24, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 24, 2025
@openshift-ci-robot
Copy link

@mgencur: This pull request explicitly references no jira issue.

In response to this:

The .status.apiServerInternalURI of Infrastructure might contain a port (for example https://api.d560406ce00e8ae40e77.hypershift.local:443) In this case the port must be passed to the deployment as the default port 6443 will not work.

We ran into this issue when testing Hypershift with --endpoint-access=private and external DNS. In this case the port is 443.
The test [Jira: "kube-apiserver"] can collect apiserver.openshift.io/disruption-actor=poller poller pod logs failed in this run, the error was:

Logs for -n e2e-disruption-monitor-j4clg pod/internal-lb-monitor-54cc8ddddd-cndzp
I0423 12:19:55.995391       1 factory.go:193] Registered Plugin "containerd"
openshift-tests v4.1.0-9244-g118fc94
 I0423 12:19:56.032703       1 merged_client_builder.go:163] Using in-cluster namespace
 I0423 12:19:56.032866       1 merged_client_builder.go:121] Using in-cluster configuration
error: Get "https://api.d560406ce00e8ae40e77.hypershift.local:6443/api/v1/namespaces/default": dial tcp 10.0.128.146:6443: i/o timeout

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@mgencur
Copy link
Author

mgencur commented Apr 25, 2025

/retest

@wangke19
Copy link
Contributor

/assign @vrutkovs

Copy link
Member

@vrutkovs vrutkovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 5, 2025
Copy link
Contributor

openshift-ci bot commented May 5, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mgencur, vrutkovs
Once this PR has been reviewed and has the lgtm label, please assign deads2k for approval. For more information see the Code Review Process.

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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vrutkovs
Copy link
Member

vrutkovs commented May 5, 2025

/retest-required

mgencur added a commit to mgencur/release that referenced this pull request May 7, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.

* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI of
  Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request May 7, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request May 7, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
Copy link
Contributor

openshift-ci bot commented May 15, 2025

@mgencur: The following tests 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/e2e-agnostic-ovn-cmd 1f75cda link false /test e2e-agnostic-ovn-cmd
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout 1f75cda link false /test e2e-metal-ipi-ovn-kube-apiserver-rollout
ci/prow/e2e-metal-ipi-serial-ovn-ipv6 1f75cda link false /test e2e-metal-ipi-serial-ovn-ipv6
ci/prow/e2e-azure-ovn-upgrade 1f75cda link false /test e2e-azure-ovn-upgrade
ci/prow/e2e-openstack-serial 1f75cda link false /test e2e-openstack-serial
ci/prow/e2e-vsphere-ovn-etcd-scaling 1f75cda link false /test e2e-vsphere-ovn-etcd-scaling
ci/prow/e2e-metal-ipi-serial 1f75cda link false /test e2e-metal-ipi-serial
ci/prow/okd-e2e-gcp 1f75cda link false /test okd-e2e-gcp
ci/prow/e2e-vsphere-ovn-dualstack-primaryv6 1f75cda link false /test e2e-vsphere-ovn-dualstack-primaryv6
ci/prow/e2e-gcp-ovn-etcd-scaling 1f75cda link false /test e2e-gcp-ovn-etcd-scaling
ci/prow/4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade-rollback 1f75cda link false /test 4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade-rollback
ci/prow/e2e-aws-disruptive 1f75cda link false /test e2e-aws-disruptive
ci/prow/e2e-gcp-disruptive 1f75cda link false /test e2e-gcp-disruptive
ci/prow/e2e-azure-ovn-etcd-scaling 1f75cda link false /test e2e-azure-ovn-etcd-scaling
ci/prow/e2e-gcp-fips-serial 1f75cda link false /test e2e-gcp-fips-serial
ci/prow/e2e-aws-ovn-kube-apiserver-rollout 1f75cda link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-etcd-scaling 1f75cda link false /test e2e-aws-ovn-etcd-scaling
ci/prow/e2e-aws-ovn-serial 1f75cda link true /test e2e-aws-ovn-serial
ci/prow/e2e-aws-ovn-serial-publicnet 1f75cda link true /test e2e-aws-ovn-serial-publicnet

Full PR test history. Your PR dashboard.

Instructions 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-sigs/prow repository. I understand the commands that are listed here.

Copy link

openshift-trt bot commented May 15, 2025

Job Failure Risk Analysis for sha: 1f75cda

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-kube-apiserver-rollout IncompleteTests
Tests for this run (103) are below the historical average (874): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-vsphere-ovn-etcd-scaling High
[sig-instrumentation] disruption/metrics-api connection/new should be available throughout the test
This test has passed 99.57% of 3933 runs on release 4.20 [Overall] in the last week.
---
[sig-api-machinery] disruption/cache-openshift-api apiserver/openshift-apiserver connection/new should be available throughout the test
This test has passed 99.58% of 4761 runs on release 4.20 [Overall] in the last week.

mgencur added a commit to mgencur/release that referenced this pull request Jun 4, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request Jun 4, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request Jun 5, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request Jun 5, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
mgencur added a commit to mgencur/release that referenced this pull request Jun 10, 2025
Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0
openshift-merge-bot bot pushed a commit to openshift/release that referenced this pull request Jun 10, 2025
…WS (#63982)

* CNTRLPLANE-706 Build CI to cover Calico CNI test for private HCP on AWS

Exclude the following tests:
* Test name: The default cluster RBAC policy should have correct RBAC
  rules
  Reason: The test fails as it finds unexpected RBACs from Calico.
* Test name: Cluster scoped load balancer healthcheck port and path
  should be 10256/healthz
  Reason: Reported https://issues.redhat.com/browse/CNTRLPLANE-788. It's
  a valid bug in HCP
* Test name: Prometheus [apigroup:image.openshift.io] when installed on
  the cluster should provide named network metrics
  Reason: Reported projectcalico/calico#10351
  against Calico (seem to be breaking the spec)
* Test name: Unidling*
  Reason: Feature not implemented in Calico.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.IFNAME.arp_filter
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: pod should not start for sysctls not on whitelist
  [apigroup:k8s.cni.cncf.io] net.ipv4.conf.all.send_redirects
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Test name: sysctl allowlist update should start a pod with custom
  sysctl only when the sysctl is added to whitelist sysctl is added to
  whitelist
  Reason: Calico doesn’t validate sysctl conf against the
  "allowlist.conf". It has its own way.
* Disable monitoring test apiserver-incluster-availability
  Reason: The test reads the KAS URL from .status.apiServerInternalURI
  of Infrastructure resource named "cluster" but that is in the form of
  https://api.d560406ce00e8ae40e77.hypershift.local:443 in the hosted
  cluster and is not reachable. See
  openshift/origin#29711

More details in
https://docs.google.com/document/d/19lYcivp3eRcQQjhDssZnY89nKM_RG84TyVGCeIk5keA/edit?tab=t.0

* Move Calico folder under hypershift/private/guest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants