Skip to content

Commit fdd0ab3

Browse files
committed
doc updates
1 parent 6cf0adf commit fdd0ab3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

kubernetes/samples/scripts/elasticsearch-and-kibana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ To install ElasticSearch and Kibana, use:
2424

2525
To remove them, use:
2626
```
27-
kubectl apply -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
27+
kubectl delete -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
2828
```

kubernetes/samples/scripts/elasticsearch-and-kibana/elasticsearch_and_kibana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# kubectl apply -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
2222
#
2323
# To remove them, use:
24-
# kubectl apply -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
24+
# kubectl delete -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
2525

2626
---
2727
apiVersion: apps/v1beta1

site/domains.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ In Operator 2.0 you can perform lifecycle operations on WebLogic servers, cluste
111111

112112
### Patching WebLogic and performing application updates
113113

114+
**TODO** write me
115+
114116
### Scaling clusters
115117

116118
The operator allows you to initiate scaling of clusters in various ways:
@@ -122,5 +124,9 @@ The operator allows you to initiate scaling of clusters in various ways:
122124

123125
### Shutting down domains
124126

127+
**TODO** write me
128+
125129
### Deleting domains
126130
(Point to sample)
131+
132+
**TODO** write me

0 commit comments

Comments
 (0)