ibm-cloud-architecture / learning-cloudnative-101

IBM Cloud Native Bootcamp
https://cloudnative101.dev
Apache License 2.0
15 stars 31 forks source link

ArgoCD official operator instructions #81

Closed mihainueleanuibm closed 4 years ago

mihainueleanuibm commented 4 years ago

Installation instructions for ArgoCD on OpenShift 4.3 via Operator Hub.

Needs further work for Kubernetes. And we need to ensure minikube & CRD testing.

bkribbs15 commented 4 years ago

Hey @mihainueleanuibm took a look at the PR and it looks like the openshift instructions were added to the IKS section of the lab so we would need to move the instructions over to the Openshift section. The page is using tabs, so it can get a bit confusing. No big deal though.

The other thing was using the UI vs a CLI for installation. What do you think of having both in there with a tab similar to the whole lab that way the student can pick which they prefer? Our thought has always been sticking to the CLI has always been a better teaching approach since it is constant and sometimes there may not be a UI to access. That's something we can discuss though, open to either way just want talk about it before merging.

csantanapr commented 4 years ago

+1 On not using UI for the lab, let's use cli with yaml to install/setup operator

mihainueleanuibm commented 4 years ago

Hey @mihainueleanuibm took a look at the PR and it looks like the openshift instructions were added to the IKS section of the lab so we would need to move the instructions over to the Openshift section. The page is using tabs, so it can get a bit confusing. No big deal though.

Apologies for that.

The other thing was using the UI vs a CLI for installation. What do you think of having both in there with a tab similar to the whole lab that way the student can pick which they prefer? Our thought has always been sticking to the CLI has always been a better teaching approach since it is constant and sometimes there may not be a UI to access. That's something we can discuss though, open to either way just want talk about it before merging.

👍 sounds good to me

csantanapr commented 4 years ago

I’m +1 on switching argocd operators if it’s kept more up to date and more OpenShift friendly.

csantanapr commented 4 years ago

superseded by #86