Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Knative for Humans (for Kubernetes) -- a work in progress

License

NotificationsYou must be signed in to change notification settings

not-kennethreitz/knative-for-humans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1: Install Knative

Install Istio

$ kubectl apply -f https://raw.githubusercontent.com/knative/serving/v0.1.1/third_party/istio-0.8.0/istio.yaml$ kubectl label namespace default istio-injection=enabled

It will take a few minutes for all the components to be up and running; you can run$ kubectl get pods --namespace istio-system --watch to see the current status.

Installing Knative

$ kubectl apply -f https://github.com/knative/serving/releases/download/v0.1.1/release.yaml

It will take a few moments for all the components to be up and running; you can run$ kubectl get pods --namespace knative-serving --watch to see the current status.

Step 2: Install a Docker Registry for Knative

$ kubectl apply -f https://raw.githubusercontent.com/kennethreitz/knative-for-humans/master/deploy/knative-registry.yml

The default size of the registry data volume is 80GiB. You can change this, to meet your requirements.

About

Knative for Humans (for Kubernetes) -- a work in progress

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp