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

A few updates to the instructions to the hello-microshift demo #25

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

Commits on Mar 6, 2023

  1. Fix sed command to create .bak file

    Remove space between `-i .bak` in the sed command. The space does not work on RHEL 9.1's sed-4.8-9.el9.x86_64 package.
    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0995ec5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update `/etc/host`s instruction with a few more details, and use `oc` command to direct the route's FQDN from `routes/hello-microsoft` into a `route` BASH variable.
    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a5c5662 View commit details
    Browse the repository at this point in the history
  3. Fix kube config and add firewalld rules

    Fixed the mkdir -p ~/.kube command. Originally it was making config a directory and the ssh command would fail.
    
    Added firewall-cmd rules to ensure ports are open on the MicroShift VM.
    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5178fee View commit details
    Browse the repository at this point in the history
  4. Update README.md

    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4677327 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5677a92 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    132b176 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    rclements-redhat authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5201f78 View commit details
    Browse the repository at this point in the history