Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
bf29ea55
Unverified
Commit
bf29ea55
authored
1 year ago
by
tenni
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: flatcar bootstrap (#10363)
parent
cafe4f13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/bootstrap-os/files/bootstrap.sh
+4
-0
4 additions, 0 deletions
roles/bootstrap-os/files/bootstrap.sh
roles/kubernetes/preinstall/tasks/0081-ntp-configurations.yml
+1
-1
1 addition, 1 deletion
...s/kubernetes/preinstall/tasks/0081-ntp-configurations.yml
with
5 additions
and
1 deletion
roles/bootstrap-os/files/bootstrap.sh
+
4
−
0
View file @
bf29ea55
...
@@ -39,4 +39,8 @@ mv -n "${PYPY_FILENAME}" pypy3
...
@@ -39,4 +39,8 @@ mv -n "${PYPY_FILENAME}" pypy3
ln
-s
./pypy3/bin/pypy3 python
ln
-s
./pypy3/bin/pypy3 python
$BINDIR
/python
--version
$BINDIR
/python
--version
# install PyYAML
./python
-m
ensurepip
./python
-m
pip
install
pyyaml
touch
$BINDIR
/.bootstrapped
touch
$BINDIR
/.bootstrapped
This diff is collapsed.
Click to expand it.
roles/kubernetes/preinstall/tasks/0081-ntp-configurations.yml
+
1
−
1
View file @
bf29ea55
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
ntp_service_name
:
>-
ntp_service_name
:
>-
{% if ntp_package == "chrony" -%}
{% if ntp_package == "chrony" -%}
chronyd
chronyd
{%- elif ansible_os_family
== '
RedHat
'
-%}
{%- elif ansible_os_family
in ["Flatcar", "Flatcar Container Linux by Kinvolk", "
RedHat
"]
-%}
ntpd
ntpd
{%- else -%}
{%- else -%}
ntp
ntp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment