piotrgwiazda
piotrgwiazda
How about having another image with "*-alpline" tag created that will be based on alpine rather than on FROM scratch? The user/consumer will be free to select the image to...
When using the Sysdig scanner the scan fails with the "vulnerability_data_unavailable" error. Message: "Feed data unavailable, cannot perform CVE scan for distro: Unknown:0" I guess the "distro: Unknown: 0" part...
In Spock it was easy to implement a pluggable test listener that handles Allure API. Not sure if there is any similar concept in Spek.
There are some additional deatures like issue links and grouping specs into features.
The naming issue seems to be related to https://github.com/openservicemesh/osm/issues/5048
I have the same issue with AKS.
@tombuildsstuff @ms-henglu If a subsequent update on AKS will be missing the azure policy addon, isn't it going to be removed from the cluster? Check this line: https://github.com/hashicorp/terraform-provider-azurerm/blob/6fafede2c501208d64e4b0007442a0cabf3ac910/internal/services/containers/kubernetes_cluster_resource.go#L1344 If **any...
@tombuildsstuff the `collectKubernetesAddons` returns Terraform configuration to the `addOns` map. Then `expandKubernetesAddOns` creates JSON API representation based on the `addOns` map. Then the whole section of JSON is overriden `existing.ManagedClusterProperties.AddonProfiles...