rurus9
rurus9
Harbor Version v1.7.1-c3806525 cat conf/.harborctl.yaml ``` # harborctl configuration file (located at conf/ by default) scheme: https # specify harbor endpoint address address: my.harbor.server ``` harborctl search -q=mariadb ``` ==>...
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): ``` ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.50.0 Build: 34a35a24cfef17aa1392b7fb2280f323b253c6b2 Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.19.9 ------------------------------------------------------------------------------- ``` **How was...
Router: xiaomi AX3200 Model:RB01 (telnet default is on). I did according to: https://openwrt.org/toh/xiaomi/ax3200 with firmware: http://downloads.openwrt.org/releases/22.03.0/targets/mediatek/mt7622/openwrt-22.03.0-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-factory.bin The first recipe with: ``` nvram set ssh_en=1 nvram set uart_en=1 nvram set boot_wait=on...
**What is the bug?** OpenSearch 2.12.0, OpenSearch Dashboards 2.12.0 When Backend role contains a comma "," - **filter_by_backend_roles** does not work because the comma is treated as delimiter. **Do you...
Hi, after upgrade Harbor to version 1.10.1 I have this error ``` docker run -it --rm -v /etc/harbortagd/config:/config hylandsoftware/tagd \ --config-file /config/config.yml \ --endpoint https://HARBOR.ADDRESS/ \ --insecure-disable-certificate-validation \ --user USER...