confluentinc / operator-earlyaccess

Confluent Operator Early Access docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify demo experience using remote URLs for kubectl apply commands

amitkgupta opened this issue · comments

Right now, the tutorials ask you to do things like kubectl apply -f ${TUTORIAL_HOME}/<filename>. This requires people to have to clone/download the repo locally. Some folks also might try to copy-paste the files to some local ${TUTORIAL_HOME} directory, and run into copy-paste errors, esp. with tabs/spaces. kubectl has a great feature of support remote URLs, and GitHub has a great raw content feature. So we could instead advise people to simply run things like:

$ kubectl apply -f https://raw.githubusercontent.com/confluentinc/operator-earlyaccess/master/ccloud-integration/confluent-platform.yaml