File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/content/docs/deployment
statefun-sdk-java/src/main/java/org/apache/flink/statefun/sdk/java Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ $ kubectl create -f flink-config.yaml
61
61
$ kubectl create -f jobmanager-service.yaml
62
62
63
63
# Deploy the StateFun runtime
64
- $ kubectl create -f jobmanager-job .yaml
65
- $ kubectl create -f taskmanager-job-deployment- yaml
64
+ $ kubectl create -f jobmanager-application .yaml
65
+ $ kubectl create -f taskmanager-job-deployment. yaml
66
66
```
67
67
68
68
To terminate the cluster, simply delete the deployments.
69
69
70
70
``` bash
71
- $ kubectl delete -f taskmanager-job-deployment- yaml
72
- $ kubectl delete -f jobmanager-job .yaml
71
+ $ kubectl delete -f taskmanager-job-deployment. yaml
72
+ $ kubectl delete -f jobmanager-application .yaml
73
73
$ kubectl delete -f jobmanager-service.yaml
74
74
$ kubectl delete -f flink-config.yaml
75
75
$ kubectl delete -f application-module.yaml
@@ -221,7 +221,7 @@ spec:
221
221
selector:
222
222
matchLabels:
223
223
app: statefun
224
- component: jobmanager
224
+ component: master
225
225
template:
226
226
metadata:
227
227
labels:
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public static TypeName typeNameFromString(String typeNameString) {
70
70
/**
71
71
* Creates a {@link TypeName}.
72
72
*
73
- * @param namespace the function type's namepsace .
73
+ * @param namespace the function type's namespace .
74
74
* @param type the function type's name.
75
75
*/
76
76
private TypeName (String namespace , String type ) {
You can’t perform that action at this time.
0 commit comments