0

Following this to install kong on minikube in ubuntu. When I run:

kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml

I get 'kubectl' not found. So I added 'minikube' at start.

minikube kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml

It gives me:

Error: unknown shorthand flag: 'f' in -f.

So what is correct way of doing it?

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Mandroid
  • 6,200
  • 12
  • 64
  • 134

1 Answers1

0

Need to add the two signs -- before create.

SwissCodeMen
  • 4,222
  • 8
  • 24
  • 34
Mandroid
  • 6,200
  • 12
  • 64
  • 134