Remove RKE1 references: Reference Guides pages (pt2) (#1909)

* Remove Docker references in kubernetes-concepts.md

* Remove Node Templete reference in downstream-cluster-configuration.md

* Add back About Docker section to K8s concepts page

* Update About Docker section

* Increase heap limit in deploy.yml

* Update .github/workflows/deploy.yml

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
Lucas Saintarbor
2025-07-29 16:53:31 -07:00
committed by GitHub
parent 25b1f9eb56
commit 23c2f68170
9 changed files with 13 additions and 37 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=7168"
NODE_OPTIONS: "--max_old_space_size=8192"
run: yarn build --no-minify
- name: Upload Build Artifact