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 has been 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
The text was updated successfully, but these errors were encountered:
samuel-js
changed the title
Cloud Sheel Command not working
Cloud Shell Command not working
Nov 17, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: