You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Hi,
The commands posted in the tutorial to create the deployments are: kubectl.sh create -f bigquery-controller.yaml kubectl.sh create -f twitter-stream.yaml
The ones that worked for me are the commands without the ".sh": kubectl create -f bigquery-controller.yaml kubectl create -f twitter-stream.yaml