FingerLiu
FingerLiu
羡慕,大佬们都在休假。
Gunicorn does not do auto reload changes in your code by default. You can add param --reload to gunicron, but it is not recommend to do this in prd env,...
Maybe in development, runserver is enough, but if a man insist to use `gunicorn` , he can just simply add `--reload` to https://github.com/realpython/dockerizing-django/blob/master/docker-compose.yml#L15 as `command: /usr/local/bin/gunicorn docker_django.wsgi:application -w 2 -b...
waiting for this feature ^ ^
Using Rancher 2.6 as upstream with Rancher 2.5 as downstream doesn't work - clusters are unavailable
What I concern about is , where is the log showing real errors...
Using Rancher 2.6 as upstream with Rancher 2.5 as downstream doesn't work - clusters are unavailable
> What I concern about is , where is the log showing real errors... In my case, there it was a DNS issue,after I fixed DNS config(add rancher hostname to...
this simple script seems work, but not proven in prod. ```bash kubectl cordon k8s-node-abc kubectl delete pvc -es-xxx --force --grace-period=0 kubectl drain k8s-node-abc --delete-local-data --ignore-daemonsets kubectl uncordon k8s-node-abc ```
新版本的 Mac 上 xattr 没有 -r 这个参数了 ``` usage: xattr [-slz] file [file ...] xattr -p [-slz] attr_name file [file ...] xattr -w [-sz] attr_name attr_value file [file ...] xattr...
any update?
@blakeembrey since 10 month past, is RAML 1.0 supported now?