mirror of
https://github.com/imjasonh/elafros
synced 2026-07-06 20:12:24 +00:00
No description
* Update hack/deploy.sh to use Istio 0.8. * Apply PR feedback. * Also update release.sh to include a vanilla istio.yaml. This is so that we don't need to use helm to generate an istio.yaml for ourselves. * Update per PR feedback. |
||
|---|---|---|
| .github | ||
| cmd | ||
| community | ||
| config | ||
| docs | ||
| hack | ||
| install | ||
| pkg | ||
| sample | ||
| test | ||
| testrelease | ||
| third_party | ||
| vendor | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGELOG.md | ||
| code-of-conduct.md | ||
| CONTRIBUTING.md | ||
| DEVELOPMENT.md | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
Knative Serving
This repository contains an open source specification and implementation of a Kubernetes- and Istio-based container platform.
If you are interested in contributing to Knative Serving, see
CONTRIBUTING.md and DEVELOPMENT.md.
Getting Started
- Setup Istio: Make sure to enable automatic sidecar injection for the default namespace (or any other namespace containing Knative Serving services).
- Setup Knative Serving: See
Latest Releasebelow. - Run samples
Configuring Knative Serving
See CONFIG.md.
Latest Release
You can install the latest release of Knative Serving via:
kubectl apply -f https://storage.googleapis.com/knative-releases/latest/release.yaml