flanksource / docs

https://docs.flanksource.com/
0 stars 1 forks source link

Canary check examples with incorrect schemas #64

Closed dabasvibhor closed 5 months ago

dabasvibhor commented 1 year ago
  1. In spec, the check name should be s3 and not s3Bucket
    Canary in version "v1" cannot be handled as a Canary: strict decoding error:  unknown field "spec.s3[0].bucket", unknown field "spec.s3[0].display", unknown field "spec.s3[0].filter", unknown field "spec.s3[0].maxAge", unknown field "spec.s3[0].minSize"
  2. ec2-check spec within spec default/ec2-check/ec2-check returned a result for a check that does not exist
  3. icmp-check: ICMP listen ip4:icmp : socket: operation not permitted
  4. folder: Canary in version "v1" cannot be handled as a Canary: strict decoding error: unknown field "spec.exec[0].path"
  5. tcp-check: is it the same as http check?
  6. namespace: issue alredy exists https://github.com/flanksource/canary-checker/issues/1057