Created
December 15, 2025 05:43
-
-
Save ralvares/afd8e7baf2e1096dd786085bb1b02323 to your computer and use it in GitHub Desktop.
enable WriteRequestBodies microshift - crc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oc debug node/api.crc.testing -- chroot /host /bin/bash -c "sed 's/profile: Default/profile: WriteRequestBodies/' /etc/microshift/config.yaml.default > /etc/microshift/config.yaml && systemctl restart microshift" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...