Alessio Dionisi
Alessio Dionisi
## Description This PR adds the possibility to enable or disable `prometheus.io/scrape` annotation on these system services: - konnectivity - coredns - kubeproxy - kuberouter - calico This change is...
Schema example: ```yaml spec: kubernetes: advanced: airGap: containerdDownloadUrl: containerdcurl runcDownloadUrl: runcurl dependencies: apt: name: k8s-1.27 repo: deb https://pkgs.k8s.io/core:/stable:/v1.27/deb/ / gpgKey: https://pkgs.k8s.io/core:/stable:/v1.27/deb/Release.key gpgKeyId: DE15B14486CD377B9E876E1A234654DA9A296436 yum: ... ```
When `--outdir` value is `.` furyctl cannot find binaries. ``` $ furyctl apply --debug --outdir . --distro-location ../../fury-distribution --dry-run DEBU logging to: .furyctl/furyctl.1713949596-73917.log DEBU Getting Home Directory Path... INFO Dry...
# Changes - Changed `pomerium-policy.yaml` template to configure default routes based on `furyctl.yaml` modules. - Added `routes` field to allow custom routes, replaces the old `policy` string field. - Added...