测试
全部博文(931)
发布时间:2019-05-01 11:06:42
-- This is a postgres initialization script for the postgres container.CREATE ROLE adsuser WITH LOGIN PASSWORD 'initial' INHERIT CREATEDB;GRANT ALL PRIVILEGES ON DATABASE ads TO adsuser;-- ALTER DATABASE ads SET search_path TO 'ads';执行如下命令下,将输出重定向到一个名为ads-db-secr.........【阅读全文】
发布时间:2019-05-01 10:52:13
configmap实际上就是一系列键值对,存储于etcd里。etcd的官网有这样一句话:https://github.com/etcd-io/etcd/blob/master/Documentation/docs.md使用下面的命令行创建一个Kubernetes config map:下面我打算创建一个pod,消费这个名为test-config的configmap。.........【阅读全文】
发布时间:2019-05-01 10:30:41
https://github.com/gardener/gardener/进入目录/home/vagrant/.kube, 用vi编辑config文件:把从Gardener里拷贝的内容粘贴到config文件里。现.........【阅读全文】
发布时间:2019-05-01 10:14:39
node:shoot--k8s-train--shacw46-worker-prvfv-z1-7844dc6744-ghd5m/10.250.0.6image比如我有一个pod名为another3,状态一直处于CrashLoopBackOff, RESTART次数为12.........【阅读全文】
发布时间:2019-05-01 09:55:17
FailedAttachVolume 2m1s (x22 over 31m) attachdetach-controller AttachVolume.Attach failed for volume "pvc-c4d41f5c-e7ed-11e8-8726-fe6d42bf075f" : googleapi: Error 400: RESOURCE_IN_USE_BY_ANOTHER_RESOURCE - The disk resource 'projects/sap-pi-coo-acdc-dev/.........【阅读全文】