Lyndon

Results 9 comments of Lyndon

alpine缺少必要的libc的库,可以安装libc后试试看

这事我的sql,新代码依旧出错 DROP TABLE IF EXISTS "public"."users"; CREATE TABLE "public"."users" ( "id" int4 DEFAULT nextval('users_id_seq'::regclass) NOT NULL, "uuid" varchar COLLATE "default", "authentication_token" varchar COLLATE "default", "token_expired_at" timestamp(6), "created_at" timestamp(6), "updated_at" timestamp(6)...

It is work on master node , but another error occurs on work node install. here is the cilium pod log. ``` level=info msg="Auto-disabling \"enable-bpf-clock-probe\" feature since KERNEL_HZ cannot be...

The work node works with follow install cmd. ``` cilium install --helm-set-string=ipam.operator.clusterPoolIPv4PodCIDR="10.42.0.0/16",kubeProxyReplacement=strict,k8sServiceHost=10.0.9.44,k8sServicePort=6443 ``` It seems we also need input the real k8s-api address for cilium install.

其实用systemd 服务也挺好的 ``` [Unit] Description=SMProxy Service After=network.target After=mysqld.service After=php-fpm-71.service [Service] Type=simple ExecStart=/home/www/server/smproxy/SMProxy start --console --config /home/www/server/smproxy/conf ExecReload=/home/www/server/smproxy/SMProxy reload ExecStop=/home/www/server/smproxy/SMProxy stop Restart=always RestartSec=30 PrivateTmp=True [Install] WantedBy=multi-user.target ```

现在有专有清理命令了docker system prune了解下