Skip to content
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

Unpin deps after dev-preview #51

Conversation

gibizer
Copy link
Collaborator

@gibizer gibizer commented Aug 11, 2023

On the main branch we want to continue tracking the main branch of our operator dependencies.

On the main branch we want to continue tracking the main branch of
our operator dependencies.
Copy link
Collaborator

@SeanMooney SeanMooney left a comment

Choose a reason for hiding this comment

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

ack this is the one of manual bump to return to the psudo versions

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 15, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gibizer, SeanMooney

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:

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

@gibizer
Copy link
Collaborator Author

gibizer commented Aug 15, 2023

/test placement-operator-build-deploy-kuttl

make crc_storage instability

bash scripts/create-pv.sh
+ PV_NUM=12
++ oc get pv -o json
++ jq -r '.items[] | select(.status.phase | test("Released")).metadata.name'
+ released=
++ oc get node -o name -l node-role.kubernetes.io/worker
+ NODE_NAMES='node/oko-17-n4tpk-master-0
node/oko-17-n4tpk-master-1
node/oko-17-n4tpk-master-2'
+ '[' -z 'node/oko-17-n4tpk-master-0
node/oko-17-n4tpk-master-1
node/oko-17-n4tpk-master-2' ']'
+ for node in $NODE_NAMES
++ seq -w -s ' ' 12
+ oc debug node/oko-17-n4tpk-master-0 -T -- chroot /host /usr/bin/bash -c 'for i in 01 02 03 04 05 06 07 08 09 10 11 12; do echo "creating dir /mnt/openstack/pv$i on node/oko-17-n4tpk-master-0"; mkdir -p /mnt/openstack/pv$i; done'
Warning: would violate PodSecurity "restricted:latest": host namespaces (hostNetwork=true, hostPID=true, hostIPC=true), privileged (container "container-00" must not set securityContext.privileged=true), allowPrivilegeEscalation != false (container "container-00" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "container-00" must set securityContext.capabilities.drop=["ALL"]), restricted volume types (volume "host" uses restricted volume type "hostPath"), runAsNonRoot != true (pod or container "container-00" must set securityContext.runAsNonRoot=true), runAsUser=0 (container "container-00" must not set runAsUser=0), seccompProfile (pod or container "container-00" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
Starting pod/oko-17-n4tpk-master-0-debug ...
To use host binaries, run `chroot /host`
Pod IP: 10.0.0.238
If you don't see a command prompt, try pressing enter.

Removing debug pod ...
error: unable to upgrade connection: container container-00 not found in pod oko-17-n4tpk-master-0-debug_openstack
make: *** [Makefile:411: crc_storage] Error 1
+ n=3
+ ((  n >= retries  ))
+ echo 'Failed to run '\''make crc_storage'\'' target. Aborting'
Failed to run 'make crc_storage' target. Aborting
+ exit 1

@openshift-merge-robot openshift-merge-robot merged commit c8c8834 into openstack-k8s-operators:main Aug 15, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants