Update to k8s-1.33.5#238
Conversation
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
|
One thing I noticed in testing: We still seem to have a default root volume which I don't know how to get rid if. |
|
CNCF e2e (without |
So we failed to address #223 with scs2 :-( |
…Stack/cluster-stacks into feat/update-to-k8s-1.33.5
Also update description to instrsuct users accordingly. For now, we do not change defaults from 50GiB root disks. Signed-off-by: Kurt Garloff <kurt@garloff.de>
What we can do is to allow the minimum to be 0 without changing the default. linux@kind(:openstack):~/scs-training-kaas-scripts [0]$ openstack server list
+------------------------------+------------------------------+--------+------------------------------+---------------------------+--------------+
| ID | Name | Status | Networks | Image | Flavor |
+------------------------------+------------------------------+--------+------------------------------+---------------------------+--------------+
| 0a2c7f3f-922d-425d-acad- | cluster-t4mhr-9dq6p | ACTIVE | k8s-clusterapi-cluster- | ubuntu-capi-image-v1.33.5 | SCS-2V-4-20s |
| 3399cdfe253c | | | clusterns-cluster=10.8.2.77 | | |
| d23a7cc9-8d66-4c99-b979- | cluster-t4mhr-mk2p2 | ACTIVE | k8s-clusterapi-cluster- | ubuntu-capi-image-v1.33.5 | SCS-2V-4-20s |
| 97c68e458426 | | | clusterns-cluster=10.8.1.168 | | |
| 6e5e72c5-a4dd-4242-8d31- | cluster-t4mhr-jm5hj | ACTIVE | k8s-clusterapi-cluster- | ubuntu-capi-image-v1.33.5 | SCS-2V-4-20s |
| 93747f1c5e56 | | | clusterns-cluster=10.8.3.121 | | |
| e0711359-fb62-4d56-ad45- | cluster- | ACTIVE | k8s-clusterapi-cluster- | N/A (booted from volume) | SCS-4V-8 |
| 74f6cb568a68 | md-0-l7t5c-qlp72-6vq9l | | clusterns-cluster=10.8.0.115 | | |
| c3e13d16-d1e9-401b-bebb- | cluster- | ACTIVE | k8s-clusterapi-cluster- | N/A (booted from volume) | SCS-4V-8 |
| b61d45e3d933 | md-0-l7t5c-qlp72-9jb48 | | clusterns-cluster=10.8.1.47 | | |
| 4e27597b-ef01-438c-9a0b- | cluster- | ACTIVE | k8s-clusterapi-cluster- | N/A (booted from volume) | SCS-4V-8 |
| dd68d9b26182 | md-0-l7t5c-qlp72-wf9n4 | | clusterns-cluster=10.8.3.60 | | |
+------------------------------+------------------------------+--------+------------------------------+---------------------------+--------------+
linux@kind(:openstack):~/scs-training-kaas-scripts [0]$ openstack volume list
+--------------------------------------+-------------------------------------+--------+------+---------------------------------------------+
| ID | Name | Status | Size | Attached to |
+--------------------------------------+-------------------------------------+--------+------+---------------------------------------------+
| 28047e74-d02e-404b-9687-a47d194cd79b | cluster-md-0-l7t5c-qlp72-6vq9l-root | in-use | 25 | Attached to cluster-md-0-l7t5c-qlp72-6vq9l |
| | | | | on /dev/sda |
| 0e1a7d7e-6e05-453b-9651-2f0e8304dc8e | cluster-md-0-l7t5c-qlp72-9jb48-root | in-use | 25 | Attached to cluster-md-0-l7t5c-qlp72-9jb48 |
| | | | | on /dev/sda |
| 796692c1-82dc-429a-b18c-3aa00b914323 | cluster-md-0-l7t5c-qlp72-wf9n4-root | in-use | 25 | Attached to cluster-md-0-l7t5c-qlp72-wf9n4 |
| | | | | on /dev/sda |
+--------------------------------------+-------------------------------------+--------+------+---------------------------------------------+
linux@kind(:openstack):~/scs-training-kaas-scripts [0]$ |
schneidarno
left a comment
There was a problem hiding this comment.
Can we also update the version in the README file?
And as far as I understand CSPO is no longer required with scs2. Can we therefore remove the corresponding entry in "Install CSO and CSPO"?
|
I think the quickstart requires more changes:
So these should be done, but not be part of this PR, IMVHO. |
schneidarno
left a comment
There was a problem hiding this comment.
I have successfully tested this release in my environment
|
Any chance to get an approval for this? |
|
openstack-scs2-1-33-v2 published on registry.scs.community (with k8s-1.33.5). |
No description provided.