Sam Morrison
Sam Morrison
Hi @petrstepanov I somehow managed to get it to work without any changes, it's +f that is the one that I'm battling with
I've come across this issue too, the way to fix this would be to use a nova-api micro-version of 2.47 or greater. Since 2.47 flavor information is embedded in the...
Hi @trinaths using a CRD I don't think is possible nor desirable. Use case: I have a helm chart (not developed by me) that deploys everything including an ingress which...
Hi @trinaths I'm not really sure what I'm doing but I have created a policy using ``` apiVersion: cis.f5.com/v1 kind: Policy metadata: labels: f5cr: "true" name: nectar-logging namespace: rctest spec:...
Hi @mdditt2000 thanks for the pointers. I think I'm almost there but haven't quite got it yet. I have a virtual server already created based off an ingress resource, its...
OK made a bit more progress, realised "test" is meant to be the partition so have fixed this up and now I get: `declaration.Shared.profileTrafficLog: Invalid type. Expected: object, given: string`...
Figured it out for anyone else this is how you set it, replace to suit your env ``` apiVersion: v1 kind: ConfigMap metadata: name: labels: f5type: virtual-server overrideAS3: "true" data:...
I can do what I want now although setting a logging profile by an annotation would be ideal I think. Although maybe not possible as what if 2 ingresses use...