Commit Graph

32 Commits

Author SHA1 Message Date
Nishan
64e133d1ad ADD: CKA ADM Lab 2025-04-20 14:30:00 +05:30
Nishan
1bd3fe8370 refactor: cka lab 1 question 2025-04-14 15:30:53 +05:30
Nishan B
837aabd505 Merge pull request #13 from davidescapolan01/reword/cka_001-q2
Reword question to clarify port requirement (in CKA 001 Question 2)
2025-04-13 20:43:19 +05:30
Nishan
e85d81f47c Update: ReadMe 2025-04-13 20:41:06 +05:30
davide
03e91dfc72 ref: Make port number copyable
As suggested @nishanb, this small enhancement allows users to copy the
port number directly, aligning with the expected behavior of the web page.

Refs: #10
2025-04-13 13:45:38 +02:00
davidescapolan01
eb793885c4 Merge branch 'nishanb:master' into reword/cka_001-q2 2025-04-12 21:20:04 +02:00
davide
27c174e2f5 ref: Reward to clarify requirements
The original question did not specify all the evaluated conditions.
Now the user is fully informed about the exercise requirements and can
proceed with the exam accordingly.

Refs: #10
2025-04-12 20:49:47 +02:00
Nishan
23280b1c10 bump remotedeskttop base - v3 : resolve doc search in firefox 2025-04-12 21:55:38 +05:30
Nishan
d7b9ca8afb ADD: startup warning 2025-04-12 17:24:45 +05:30
Nishan
ff2ea805c0 force polling for terminal 2025-04-12 16:27:07 +05:30
Nishan
61b824e22b Fix: terminal disconnect issue 2025-04-12 15:18:32 +05:30
Nishan
89808a64e3 Refactor ssh connection for remote-terminal 2025-04-12 14:42:27 +05:30
Nishan
d65ea253a8 FIX: lab cluster hostname 2025-04-11 00:24:12 +05:30
Nishan
4c0980c23f Update README.md windows intallation note 2025-04-11 00:19:48 +05:30
Nishan
d092eaa9ed FIX: helm labs 2025-04-11 00:11:11 +05:30
Nishan B
f3624a7bb8 Merge pull request #6 from nishanb/feat/migrate-to-k3d
Feat/migrate to k3d
2025-04-10 23:59:30 +05:30
Nishan
91b6263cf3 Migrate from kind to k3d for cluster fromation 2025-04-10 23:55:30 +05:30
Nishan
c7bf53c630 FIX: Cleanup Script 2025-04-10 12:12:22 +05:30
Nishan B
c9005dc150 Merge pull request #4 from davidescapolan01/hotfix/bash-install-error
Fix: Use pipe instead of process substitution in install command
2025-04-10 09:51:02 +05:30
Nishan B
29ac1b257b Merge pull request #5 from davidescapolan01/docs/fix-broken-links
docs: Fix broken links to non-existing subdir
2025-04-10 08:58:53 +05:30
davide
a0b42b0472 docs: Fix broken links to non-existing subdir
Fixed links in the documentation that pointed to subdirectories that do not exist.
2025-04-09 22:16:03 +02:00
davide
ff602f5fb6 feat: fix quick install by switching from process substitution to pipe
The previous command used process substitution:
  bash <(curl -fsSL ...)

This can fail on some systems due to how /dev/fd handles file descriptors,
especially when using sudo. The new approach uses a pipe instead:
  curl -fsSL ... | sudo bash

This is more portable and avoids permission issues related to temp files.
2025-04-09 20:45:57 +02:00
Nishan
f4c5d7109e ADD: show loader if env prep in progress 2025-04-07 22:44:57 +05:30
Nishan
96a3726871 ADD: Check for k8s image before start 2025-04-07 21:43:07 +05:30
Nishan
005e7826af Update: Docker Image 2025-04-07 21:14:31 +05:30
Nishan
58d44be656 FIX: startup issue 2025-04-07 19:41:22 +05:30
Nishan B
0e2a29efd5 Update README.md v1 2025-04-05 15:33:17 +05:30
Nishan B
6b4f6051d3 Create FUNDING.yml 2025-04-05 15:29:21 +05:30
Nishan B
75fef278a6 Update README.md 2025-04-05 15:25:06 +05:30
Nishan B
65baad71f7 Update README.md 2025-04-05 15:23:47 +05:30
Nishan
41c4b277aa Refactor Labs 2025-04-05 15:20:55 +05:30
Nishan
d8b69865f6 Initial Commit 2025-04-02 10:39:59 +05:30