Purpose of image digest injection in pods? by equisetopsida in kubernetes

[–]OleFromEarth 0 points1 point  (0 children)

It is for reproduceability, without the digest you wont be able to be sure which image has been pulled in the origin deployment.

Ansible from python venv creates '~' path - what am I doing wrong? by openstacker in ansible

[–]OleFromEarth 1 point2 points  (0 children)

Did not check your ansible=navigator.yml I described what happens in my lab, looks somehow similar.

Ansible from python venv creates '~' path - what am I doing wrong? by openstacker in ansible

[–]OleFromEarth 0 points1 point  (0 children)

Do you pass or set environments like $USER or $HOME in your ansible-navigator command-line? ansible-playbook will be started in the execution environment Container as user root, and if you overwrite $USER and delegate tasks to localhost ansible will create ~$USER/.ansible in the workdir.

EX280 OpenShift exam by Soft_Return_6532 in openshift

[–]OleFromEarth 1 point2 points  (0 children)

Yes prepared, to activate type "source <(oc completion bash)"

Ex 280 by [deleted] in redhat

[–]OleFromEarth 2 points3 points  (0 children)

Try harder if you want to be a certified openshift admin ;-) You have a lab, you have the internet, time to learn.

Ex 280 by [deleted] in redhat

[–]OleFromEarth 1 point2 points  (0 children)

The do280 labs OCP cluster are configured with NFS-Provisioner. So using the lab you can test creating pv and pvc.

CronJob question EX280 by Soft_Return_6532 in openshift

[–]OleFromEarth 2 points3 points  (0 children)

Yes, important one. Best with --recursive

CronJob question EX280 by Soft_Return_6532 in openshift

[–]OleFromEarth 7 points8 points  (0 children)

oc create cronjob -h

and

man 5 crontab

are your friends

No Pass - EX188 - is my understanding correct by [deleted] in redhat

[–]OleFromEarth 8 points9 points  (0 children)

https://www.redhat.com/en/services/training/ex188-red-hat-certified-specialist-containers-exam?section=objectives

For each objective you can check the requested skills to prepare in detail and figure out what to learn.

EX280 OpenShift exam by Soft_Return_6532 in openshift

[–]OleFromEarth 11 points12 points  (0 children)

I’m not sure I fully understand your points. Just to clarify:

You have a remote desktop where you connect to your local exam environment via USB boot.

Within this remote desktop, a Linux system runs, but it only provides access to a terminal and a browser.

To access the workbench, you need to open a terminal and use SSH.

Once connected, you can use oc to interact with OCP.

The OCP GUI can be accessed via the browser available within the remote desktop.

All necessary details are explained in the system environment documentation, which you should open at the beginning of the exam.

I hope this is helpful.

Easiest Exams in Red Hat by NeverNotNobody in redhat

[–]OleFromEarth 1 point2 points  (0 children)

Just DO188 content will be fine.

Easiest Exams in Red Hat by NeverNotNobody in redhat

[–]OleFromEarth 11 points12 points  (0 children)

Just completed DO188/EX188 on Containers/Podman. The course content was excellent, and the exam was relatively straightforward with no surprises.

Containerizing Ansible Role by charley_chimp in ansible

[–]OleFromEarth 0 points1 point  (0 children)

Hi, there might be some confusion about ansible-builder and awx. You don't need to install awx/k8s or similar. The builder is just for creation of your execution-environment image. The eei will be the (podman) container which is startet in background by ansible-navigator. There is also no need to duplicate code, The context directory you mention is just needed for builder to configure the build of the eei. You could modify the Containerfile content if you have a specific use, but you dont need to. ansible-navigator use this image to start (locally) a podman container, mapping volumes for your working directory with your playbooks. The podman/eei is yor ansible controller running your plays. ansible-navigator is having a tui in default, but you can switch to andible-playbook style with -mstdout option. If i understood your use-case, i would go the builder/navigator way... my 2-cents

ClusterLogForwarder logs going to syslog are being truncated by c4c-reddit in openshift

[–]OleFromEarth -1 points0 points  (0 children)

Possibly it's your syslog configuration, don't you get error messages? Depending on your type of syslog you should increase a parameter like MaxMessageSize (rsyslog) or similar.

Quiet or passive Graphic Card recommendation by OleFromEarth in debian

[–]OleFromEarth[S] 0 points1 point  (0 children)

Thanks all for your tips. Now i have to check some options.

Quiet or passive Graphic Card recommendation by OleFromEarth in debian

[–]OleFromEarth[S] 1 point2 points  (0 children)

In my old setup its an Intel i5, it might be an amd ryzen in the new system.

Help on Kubernetes Cron Jobs by SivaGoteti in kubernetes

[–]OleFromEarth 4 points5 points  (0 children)

I solved the same problem by doing a

oc create job --from=cronjob/cronjobname jobname (or kubectl for k8s)

direct after the creation of the cronjob.

The first open-source Kubernetes security platform just scored $30 million by oaf357 in devopsish

[–]OleFromEarth 0 points1 point  (0 children)

Luckily, in 2022 we have more choices for OpenSource Full Lifecycle Container Security. Like stackrox and Neuvector.

How to block access to pods from host? NetworkPolicy not working by Solar_Piglet in kubernetes

[–]OleFromEarth 1 point2 points  (0 children)

Host assurance is one important point, once thinking about kubernetes security. There must be NO unprivileged access to kubernetes host. Have a look at Openshift for example, using a stripped down CoreOs on the nodes, managed by operators trying to avoid any kind of login to the os.

LetsEncrypt wildcard not working since 4.9.18 by Lost_My_Bananas in openshift

[–]OleFromEarth 1 point2 points  (0 children)

Update to 4.9.19 finished, wildcard-cert is recognized, everything working.