Skip to content

Commit 2963605

Browse files
Merge pull request #235 from redhat-developer-demos/release/v0.14.x
Release/v0.14.x
2 parents 3ff3186 + 587e189 commit 2963605

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
1+
# Knative Tutorial - Introduction to Knative
2+
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.14](https://img.shields.io/badge/Knative%20Serving-v0.14-blue)](https://knative.dev/docs/serving/)
3+
[![Knative Eventing v0.14](https://img.shields.io/badge/Knative%20Eventing-v0.14-blue)](https://knative.dev/docs/eventing/)
4+
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.16.2-blue)](https://strimzi.io)
5+
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.0.1-blue)](https://camel.apache.org/camel-k/latest/)
6+
7+
## Documentation
8+
9+
Start your serverless journey today with https://redhat-developer-demos.github.io/knative-tutorial
10+
11+
## What is Serverless
12+
13+
Serverless epitomize the very benefits of what cloud platforms promise: offload the management of infrastructure while taking advantage of a consumption model for the actual utilization of services. While there are a number of server frameworks out there, [Knative](https://knative.dev) is the first serverless platform specifically designed for Kubernetes and OpenShift.
14+
15+
This tutorial will act as step-by-step guide in helping you to understand Knative starting with setup, understanding fundamentals concepts such as service, configuration, revision etc., and finally deploying some use cases which could help deploying serverless applications.
16+
17+
This content is brought to you by [Red Hat Developer Program](http://developers.redhat.com) - Register today!
18+
19+
## Contributing
20+
21+
Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial

bin/start-minikube.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MutatingAdmissionWebhook"
1818
minikube start -p $PROFILE_NAME \
1919
--memory=$MEMORY \
2020
--cpus=$CPUS \
21-
--kubernetes-version=v1.15.0 \
21+
--kubernetes-version=v1.15.1 \
2222
--disk-size=50g \
2323
--extra-config="$EXTRA_CONFIG" \
24-
--insecure-registry='10.0.0.0/24'
24+
--insecure-registry='10.0.0.0/24'

0 commit comments

Comments
 (0)