Skip to content

Commit

Permalink
Workaround (for bsc#1229740) is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed Nov 19, 2024
1 parent addeb43 commit 7dec10e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/server_containerized/install_mgradm.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ mgradm_config:
{% set runtime = grains.get('container_runtime') | default('podman', true) %}
{% set install_cmd = 'kubernetes' if runtime == 'k3s' else 'podman' %}

# WORKAROUND: Setting the registry here via --registry until https://bugzilla.suse.com/show_bug.cgi?id=1229740 is fixed
mgradm_install:
cmd.run:
- name: mgradm install {{ install_cmd }} --logLevel=debug --config /root/mgradm.yaml --registry {{ grains.get('container_repository') }} {{ grains.get("fqdn") }}
- name: mgradm install {{ install_cmd }} --logLevel=debug --config /root/mgradm.yaml {{ grains.get("fqdn") }}
- env:
- KUBECONFIG: /etc/rancher/k3s/k3s.yaml
{%- if grains.get('container_runtime') | default('podman', true) == 'podman' %}
Expand Down

0 comments on commit 7dec10e

Please sign in to comment.