-
Notifications
You must be signed in to change notification settings - Fork 243
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
Lots of references to OpenShift when podman is used #2863
Labels
Comments
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Jan 19, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by using preset friendly message string and show it to user as per preset. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Jan 21, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by using preset friendly message string and show it to user as per preset. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Feb 4, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Feb 8, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Feb 11, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Feb 15, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: crc-org#2863
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Feb 15, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: crc-org#2863
praveenkumar
added a commit
that referenced
this issue
Feb 15, 2022
Currently most of the places still have `Openshift cluster` as part of string and show as message to user when perform different operation like `delete`, `setup` ..etc. This PR tries to fix it by just using `instance` instead of runtime. fixes: #2863
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crc stop
,crc delete
, ... all mention an "OpenShift cluster", which is unexpected when using the podman preset.The memory/cpu/... command line parameters also have such mentions.
The text was updated successfully, but these errors were encountered: