Steven Barre
Steven Barre
+1 Looking to roll out Trident to our production cluster and need a way to enable dedup
> Do some resources not get created in the specified namespace? ```console # helm template nifikop orange-incubator/nifikop \ --version 0.7.5 \ --set image.tag=v0.7.5-release \ --include-crds \ --set "namespaces={openshift-bcgov-nifi}" \ --namespace...
Also, links to other md files should be changed to .html if you are exporting a bunch of files and want them to link together.
This worked for me ```yaml spec: route: groupBy: - severity - namespace groupInterval: 5m groupWait: 30s receiver: Everyone repeatInterval: 48h routes: - receiver: TechLeads repeatInterval: 1w matchers: - name: severity...
This worked for me ```yaml spec: route: groupBy: - severity - namespace groupInterval: 5m groupWait: 30s receiver: Everyone repeatInterval: 48h routes: - receiver: TechLeads repeatInterval: 1w matchers: - name: severity...
Fixed by ad627cfd67bcd90fc9f01ae19170b34e2beb5978
Additionally, it seems to parse `NO_PROXY` differently than curl. In curl https://curl.se/libcurl/c/CURLOPT_NOPROXY.html you can match a subdomain with just the base domain. ie: putting `example.com` in the NO_PROXY would match...
The "iscsi self heal causes all LUNs to be mapped" change was in 23.01 and separate from the "per-node igroup". But the two changes definitely don't work together. We had...