iron-io / functions

IronFunctions - the serverless microservices platform by
https://iron.io
Apache License 2.0
3.18k stars 227 forks source link

Can't install on kubernetes #673

Closed meysam001 closed 6 years ago

meysam001 commented 6 years ago

Hello I'm trying to install the iron on kubernetes. When I had ran

git clone https://github.com/iron-io/functions
cd docs
kubectl create -f kubernetes-quick

I gave the an error: error: the path "kubernetes-quick" does not exist

What are Prequisites for installing iron on kubernetes?

c0ze commented 6 years ago

sorry, can you please change to cd docs/operating/kubernetes and try again ? It seems the documentation is outdated.

meysam001 commented 6 years ago

@c0ze thank you it worked.