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

Adds code to the repo #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chentex
Copy link
Member

@chentex chentex commented Sep 18, 2024

Initial code

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Signed-off-by: Vicente Zepeda Mas <[email protected]>
README.md Outdated Show resolved Hide resolved
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
Copy link
Member

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?

Copy link
Member Author

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/,$//')
Copy link
Member

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?

Copy link
Member Author

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"},
Copy link
Member

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 ?

Copy link
Member Author

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": [
Copy link
Member

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 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Same with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants