-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds code to the repo #1
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Vicente Zepeda Mas <[email protected]>
Signed-off-by: Vicente Zepeda Mas <[email protected]>
|
||
echo "INFO: Patching the 4.17 Admin Acks" | ||
echo "INFO: Check if we need them" | ||
# oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.12-kube-1.26-api-removals-in-4.13":"true"}}' --type=merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theres a bunch of commented out code in this. Can we confirm what should be there still and what we can get rid of?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewing
|
||
# Analize images | ||
cd $rel_dir | ||
# export IMAGES=$(cat image-references | jq -r '.spec.tags[].from.name' | sed 's/^/ - /; s/$/,/' | sed '$ s/,$//') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theres a bunch of commented out code in this. Can we confirm what should be there still and what we can get rid of?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewing
@@ -0,0 +1,27 @@ | |||
{"data": [{"node": "CP-ip-10-0-4-119", "date_reported": "2024-08-30 12:55:39", "date_last_pull": "2024-08-30 12:55:34.341583069"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file supposed to be an example of the output or ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is used to generate the graphics on the Jupyter notebook.
@@ -0,0 +1,102 @@ | |||
{"data": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file supposed to be an example of the output or ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with this
Initial code
Type of change
Description
Related Tickets & Documents
Checklist before requesting a review
Testing