Skip to content

Commit

Permalink
Merge pull request #764 from ccamacho/tkflow
Browse files Browse the repository at this point in the history
fix: do not start podman
  • Loading branch information
ccamacho committed Aug 16, 2023
2 parents affbec7 + 509dec0 commit 745e290
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ci/install_gitlab_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ else
echo "Or:"
echo "Get the device name and extend it, from the df -h"
echo " vgdisplay"
echo " lvextend -L +1000G /dev/mapper/this-is-an-lvm-volume-device-root"
echo " lvextend -l +100%FREE /dev/fedora_*/root"
echo " If ext4:"
echo " resize2fs /dev/mapper/this-is-an-lvm-volume-device"
echo " If xfs:"
Expand Down
7 changes: 0 additions & 7 deletions kubeinit/roles/kubeinit_cdk/tasks/post_configure_guest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
state: present
when: kubeinit_cdk_common_dependencies is defined

- name: Enable and start podman.socket
ansible.builtin.systemd:
name: podman.socket
enabled: yes
state: started
scope: user

- name: Install kubectl
ansible.builtin.package:
name: "kubectl"
Expand Down
7 changes: 0 additions & 7 deletions kubeinit/roles/kubeinit_kid/tasks/post_configure_guest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@
name: "{{ kubeinit_kid_common_dependencies }}"
state: present
when: kubeinit_kid_common_dependencies is defined

- name: Enable and start podman.socket
ansible.builtin.systemd:
name: podman.socket
enabled: yes
state: started
scope: user
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
set -eo pipefail
apt-get install -y apt-transport-https ca-certificates curl
curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
echo "deb [trusted=yes igned-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
echo "deb [trusted=yes signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
apt-get update --allow-insecure-repositories
args:
executable: /bin/bash
Expand Down

0 comments on commit 745e290

Please sign in to comment.