Bowen

Results 14 issues of Bowen

I am trying to upgrade some values in a helm release installed before by this command: `helm upgrade -i --create-namespace -n foo barRelease ./chart` I tried `UpgradeChart` method in this...

**Reasons for making this change:** Is it a little arbitrary to ignore logs directory? In golang ,some common packages name themselves as logs, for example, k8s.io/component-base/logs

**What type of PR is this?** /kind feature **What this PR does / why we need it**: 1. LoadBalancer type service is not supported refers to the design of chart...

kind/feature
size/S

动机:比如过年时希望仅自动回复祝福信息,其他信息不需要回复。目前的前缀匹配不足以匹配到所有祝福类信息,看到有pr #902 用正则匹配,好像又太复杂了。

**Is your feature request related to a problem? Please describe.** In my case, like edge computing , the node amount of my cluster would probably not exceed 10, so I...

kind/feature

**Is your feature request related to a problem? Please describe.** In my use case, each node has a dedicated nic for openelb. When those nics are down and some loadbalancer...

kind/feature

**Describe the bug** After creating a lb service and running the reconcile function of the service, we observe that the arp table in the switch is right and pinging lb...

## 请至少提供以下信息,帮助排查问题 Uncaught (in promise) Error: Rendered items limit reached at Proxy.itemsLimitError (mobile-8f97dc30.js:2:9984) at Proxy.updateVisibleItems (mobile-8f97dc30.js:2:7192) at Proxy.items (mobile-8f97dc30.js:2:4934) at callWithErrorHandling (vue.global.js:1710:24) at callWithAsyncErrorHandling (vue.global.js:1719:23) at Array.job (vue.global.js:3306:19) at flushPreFlushCbs...

bug

目前后台https需要手动修改config,增加`define('__TYPECHO_SECURE__',true);` 是否可以在容器启动阶段根据环境变量自动增加?