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

Update Ingress configuration #150

Open
ryanj opened this issue Oct 11, 2022 · 2 comments
Open

Update Ingress configuration #150

ryanj opened this issue Oct 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ryanj
Copy link
Member

ryanj commented Oct 11, 2022

Is your feature request related to a problem? Please describe.
Follow this new guide to update the ingress on each boot:
https://github.com/code-ready/crc/wiki/Change-the-domain-for-CRC

Describe the solution you'd like
find a new way to patch the ingress configuration

Describe alternatives you've considered
Continue using existing (unsupported) method of patching the ingress?

@ryanj ryanj added the enhancement New feature or request label Oct 11, 2022
ryanj added a commit to ryanj/instruqt that referenced this issue Oct 14, 2022
ryanj added a commit to ryanj/instruqt that referenced this issue Oct 14, 2022
ryanj added a commit to ryanj/instruqt that referenced this issue Oct 14, 2022
@ryanj
Copy link
Member Author

ryanj commented Oct 21, 2022

https://play.instruqt.com/embed/openshift/tracks/411-short-init?token=em_tbgdVPgrXlKXZd48

Instructions for testing certbot:

sudo podman run -it --rm --name certbot 
 -v "/etc/letsencrypt:/etc/letsencrypt"  
 -v "/var/lib/letsencrypt:/var/lib/letsencrypt" 
 certbot/certbot certonly --config-dir=/tmp/letsencrypt --work-dir /tmp/letsencrypt
--standalone --preferred-challenges http 
-d api.${HOSTNAME}.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io 
-d oauth-openshift.${HOSTNAME}.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io
-d console-openshift-console.${HOSTNAME}.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io 
-d downloads-openshift-console.${HOSTNAME}.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io 
-d default-route-openshift-image-registry.${HOSTNAME}.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io

@ryanj
Copy link
Member Author

ryanj commented Jan 14, 2023

See #152 for testing area

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

No branches or pull requests

1 participant