[stable/openvpn] Updated notes to use logs command instead of deprecated log command (#12170)

* Updated OpenVPN chart notes to use logs command instead of deprecated log command

Signed-off-by: Yaniv Oliver <yanivoliver@gmail.com>

* Updated OpenVPN readme file with updated logs command

Signed-off-by: Yaniv Oliver <yanivoliver@gmail.com>
This commit is contained in:
Yaniv Oliver
2019-03-13 18:56:22 -07:00
committed by Kubernetes Prow Robot
parent d5fe155861
commit e9b0beef05
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: A Helm chart to install an openvpn server inside a kubernetes clust
generation is also part of the deployment, and this chart will generate client keys
as needed.
name: openvpn
version: 3.12.0
version: 3.12.1
appVersion: 1.1.0
maintainers:
- name: jfelten
+1 -1
View File
@@ -18,7 +18,7 @@ Check pod status, replacing `$HELM_RELEASE` with the name of your release, via:
```bash
POD_NAME=$(kubectl get pods -l "app=openvpn,release=$HELM_RELEASE" -o jsonpath='{.items[0].metadata.name}') \
&& kubectl log "$POD_NAME" --follow
&& kubectl logs "$POD_NAME" --follow
```
When all components of the openvpn chart have started use the following script to generate a client key:
+1 -1
View File
@@ -4,7 +4,7 @@ Please be aware that certificate generation is variable and may take some time (
Check pod status with the command:
POD_NAME=$(kubectl get pods --namespace "{{ .Release.Namespace }}" -l app=openvpn -o jsonpath='{ .items[0].metadata.name }') && kubectl log $POD_NAME --follow
POD_NAME=$(kubectl get pods --namespace "{{ .Release.Namespace }}" -l app=openvpn -o jsonpath='{ .items[0].metadata.name }') && kubectl logs $POD_NAME --follow
LoadBalancer ingress creation can take some time as well. Check service status with the command: