You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2022/01/17 05:02:35 UTC

[skywalking-swck] branch master updated: Fix could not deploy metrics adapter to GKE (#59)

This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git


The following commit(s) were added to refs/heads/master by this push:
     new 590266e  Fix could not deploy metrics adapter to GKE (#59)
590266e is described below

commit 590266e83bbe666f0e06854dff416b022f5fb37e
Author: mrproliu <74...@qq.com>
AuthorDate: Mon Jan 17 13:02:28 2022 +0800

    Fix could not deploy metrics adapter to GKE (#59)
---
 CHANGES.md                                     | 6 ++++++
 adapter/config/namespaced/adapter/adapter.yaml | 1 +
 2 files changed, 7 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index b161fa5..bf6c2ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,12 @@ Changes by Version
 ==================
 Release Notes.
 
+0.6.1
+------------------
+
+#### Bugs
+- Fix could not deploy metrics adapter to GKE
+
 0.6.0
 ------------------
 
diff --git a/adapter/config/namespaced/adapter/adapter.yaml b/adapter/config/namespaced/adapter/adapter.yaml
index 00dee9d..82c45b7 100644
--- a/adapter/config/namespaced/adapter/adapter.yaml
+++ b/adapter/config/namespaced/adapter/adapter.yaml
@@ -48,6 +48,7 @@ spec:
             - --logtostderr=true
             - --v=10
             - --oap-addr=http://skywalking-system-oap.skywalking-system:12800/graphql  #the address is used for testing, please use your oap address
+            - --cert-dir=/tmp
           ports:
             - containerPort: 6443
               name: https