zh168654
Results
2
issues of
zh168654
// WHERE profile_id IS NULL qs.Filter("profile_id", nil)不可用,应该为qs.Filter("profile_id__isnull", true)
**This is my deployment:** ``` apiVersion: apps/v1beta1 kind: Deployment metadata: name: nvidia-exporter namespace: monitoring spec: replicas: 1 strategy: type: Recreate template: metadata: labels: app: nvidia-exporter spec: containers: - name: nvidia-exporter...