未验证 提交 25ca1ba5 编写于 作者: I innerpeacez 提交者: GitHub

update doc (#50)

上级 00eab2fe
...@@ -2,6 +2,15 @@ Changes by Version ...@@ -2,6 +2,15 @@ Changes by Version
================== ==================
Release Notes. Release Notes.
3.0.0
------------------
#### Features
- Support SkyWalking 8.0.1
##### Note:
- 8.0.0 image is not suitable as chart image, ISSUE: https://github.com/apache/skywalking/issues/4953
2.0.0 2.0.0
------------------ ------------------
......
...@@ -60,7 +60,7 @@ $ helm install <release_name> skywalking -n <namespace> \ ...@@ -60,7 +60,7 @@ $ helm install <release_name> skywalking -n <namespace> \
$ helm dep up skywalking $ helm dep up skywalking
$ helm install <release_name> skywalking -n <namespace> \ $ helm install <release_name> skywalking -n <namespace> \
--values ./skywalking/values-es6.yaml --values ./skywalking/values-es6.yaml \
--set elasticsearch.enabled=false \ --set elasticsearch.enabled=false \
--set elasticsearch.config.host=<es_host> \ --set elasticsearch.config.host=<es_host> \
--set elasticsearch.config.port.http=<es_port> \ --set elasticsearch.config.port.http=<es_port> \
...@@ -80,6 +80,7 @@ This is recommended as the best practice to deploy SkyWalking backend stack into ...@@ -80,6 +80,7 @@ This is recommended as the best practice to deploy SkyWalking backend stack into
| 6.5.0 | 1.0.0 | | 6.5.0 | 1.0.0 |
| 6.6.0 | 1.1.0 | | 6.6.0 | 1.1.0 |
| 7.0.0 | 2.0.0 | | 7.0.0 | 2.0.0 |
| 8.0.1 | 3.0.0 |
Please head to the [releases page](http://skywalking.apache.org/downloads/) to download a release of Apache SkyWalking. Please head to the [releases page](http://skywalking.apache.org/downloads/) to download a release of Apache SkyWalking.
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
apiVersion: v2 apiVersion: v2
name: skywalking name: skywalking
home: https://skywalking.apache.org home: https://skywalking.apache.org
version: 2.0.0 version: 3.0.0
appVersion: 7.0.0 appVersion: 8.0.1
description: Apache SkyWalking APM System description: Apache SkyWalking APM System
icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
sources: sources:
......
...@@ -20,7 +20,7 @@ limitations under the License. ...@@ -20,7 +20,7 @@ limitations under the License.
Expand the name of the chart. Expand the name of the chart.
*/}} */}}
{{- define "skywalking.name" -}} {{- define "skywalking.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} {{- default .Release.Name | trunc 63 | trimSuffix "-" -}}
{{- end -}} {{- end -}}
{{/* {{/*
......
...@@ -52,7 +52,7 @@ spec: ...@@ -52,7 +52,7 @@ spec:
- name: SW_STORAGE_ES_CLUSTER_NODES - name: SW_STORAGE_ES_CLUSTER_NODES
{{- if .Values.elasticsearch.enabled }} {{- if .Values.elasticsearch.enabled }}
value: "{{ .Values.elasticsearch.clusterName }}-{{ .Values.elasticsearch.nodeGroup }}:{{ .Values.elasticsearch.httpPort }}" value: "{{ .Values.elasticsearch.clusterName }}-{{ .Values.elasticsearch.nodeGroup }}:{{ .Values.elasticsearch.httpPort }}"
{{- else }} {{- else }}
value: "{{ .Values.elasticsearch.config.host }}:{{ .Values.elasticsearch.config.port.http }}" value: "{{ .Values.elasticsearch.config.host }}:{{ .Values.elasticsearch.config.port.http }}"
{{- end }} {{- end }}
{{- if not .Values.elasticsearch.enabled }} {{- if not .Values.elasticsearch.enabled }}
......
...@@ -21,10 +21,10 @@ serviceAccounts: ...@@ -21,10 +21,10 @@ serviceAccounts:
oap: oap:
oap: oap:
name: skywalking-oap name: oap
image: image:
repository: apache/skywalking-oap-server repository: apache/skywalking-oap-server
tag: 7.0.0-es6 tag: 8.0.1-es6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
storageType: elasticsearch storageType: elasticsearch
ports: ports:
...@@ -58,11 +58,11 @@ oap: ...@@ -58,11 +58,11 @@ oap:
# more env, please refer to https://hub.docker.com/r/apache/skywalking-oap-server # more env, please refer to https://hub.docker.com/r/apache/skywalking-oap-server
# or https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry # or https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry
ui: ui:
name: skywalking-ui name: ui
replicas: 1 replicas: 1
image: image:
repository: apache/skywalking-ui repository: apache/skywalking-ui
tag: 7.0.0 tag: 8.0.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# podAnnotations: # podAnnotations:
# example: oap-foo # example: oap-foo
...@@ -349,3 +349,4 @@ elasticsearch: ...@@ -349,3 +349,4 @@ elasticsearch:
keystore: [] keystore: []
nameOverride: "" nameOverride: ""
fullnameOverride: ""
\ No newline at end of file
...@@ -21,10 +21,10 @@ serviceAccounts: ...@@ -21,10 +21,10 @@ serviceAccounts:
oap: oap:
oap: oap:
name: skywalking-oap name: oap
image: image:
repository: apache/skywalking-oap-server repository: apache/skywalking-oap-server
tag: 7.0.0-es7 tag: 8.0.1-es7
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
storageType: elasticsearch7 storageType: elasticsearch7
ports: ports:
...@@ -58,11 +58,11 @@ oap: ...@@ -58,11 +58,11 @@ oap:
# more env, please refer to https://hub.docker.com/r/apache/skywalking-oap-server # more env, please refer to https://hub.docker.com/r/apache/skywalking-oap-server
# or https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry # or https://github.com/apache/skywalking-docker/blob/master/6/6.4/oap/README.md#sw_telemetry
ui: ui:
name: skywalking-ui name: ui
replicas: 1 replicas: 1
image: image:
repository: apache/skywalking-ui repository: apache/skywalking-ui
tag: 7.0.0 tag: 8.0.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# podAnnotations: # podAnnotations:
# example: oap-foo # example: oap-foo
...@@ -349,3 +349,4 @@ elasticsearch: ...@@ -349,3 +349,4 @@ elasticsearch:
keystore: [] keystore: []
nameOverride: "" nameOverride: ""
fullnameOverride: ""
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册