zhaofengcumt

Results 9 comments of zhaofengcumt

I have already modify the config to let k3s-node store the pv ``` [root@k3s-master ~]# kubectl get cm -n local-path-storage NAME DATA AGE local-path-config 1 41m [root@k3s-master ~]# kubectl describe...

a pod was first schedulered to k8s-master,then the pv will be created on that node,then i redploy the pod if i want it run correctly it must still be schedulered...

@brancz i did not see any error in prometheus and prometheus-operator

@brancz ``` global: scrape_interval: 1m scrape_timeout: 10s evaluation_interval: 1m ```

does the --v=10 argument work in prometheus-operaror? or any thing else

``` level=debug ts=2019-08-10T09:56:50.153216868Z caller=rules.go:196 component=prometheusoperator msg="selected Rules" rules= namespace=monitoring prometheus=k8s-jvm level=debug ts=2019-08-10T09:56:50.167048849Z caller=rules.go:71 component=prometheusoperator msg="no PrometheusRule changes" namespace=monitoring prometheus=k8s-jvm level=debug ts=2019-08-10T09:56:50.180393511Z caller=operator.go:1116 component=prometheusoperator msg="new statefulset generation inputs match current, skipping...

这是我的oci8.pc文件 ``` # Package Information for pkg-config prefix=D:/system/go/oracle/instantclient_19_3 exec_prefix=D:/system/go/oracle/instantclient_19_3 libdir=${exec_prefix} includedir=${prefix}/sdk/include/ Name: OCI Description: Oracle database engine Version: 19.3 Libs: -L${libdir} -loci Libs.private: Cflags: -I${includedir} ``` cmd执行 gcc -v ```...