I have baremetal server with only 32GB, which are insufficient for creating an OCP or an OKD cluster. Is it possible to make a cluster with the compute nodes on the control plane nodes, instead of creating another VM's for them. I know the existence of CRC, but is not suitable for me at the moment.
Can UPI OCP/OKD cluster be deployed with worker nodes on the masters?
108 Views Asked by Tsvetomir Tsvetanov At
1
There are 1 best solutions below
Related Questions in OPENSHIFT
- Openshift nginx proxy_pass not redirecting from current host to another
- Choosing OpenShift Over DIY Kubernetes on Bare Metal: Benefits and Storage Management
- Tekton, npm ci, and "npm ERR! EMFILE: too many open files, open '/root/.npm/_cacache/"
- How to setup security on elasticsearch based on redhat image in openshift
- Why does openshift ingress not allow router annotations?
- How to use Prometheus to gather custom metrics from multiple pods in Openshift
- UML representation of containerized services
- Verify encryption of rest secrets [etcd] in Openshift v4
- The [dot_product] similarity can only be used with unit-length vectors error when running container as non root
- Using OpenShift template to conditionally include/exclude certain resources during apply
- Permission denied When deploy Splash in OpenShift
- Pulumi and Golang to apply a subscription manifest onto a OpenShift Cluster
- Can't login on deployed APS app, problem with authenticating
- How do I configure multi-tenant Kafka-backed Knative channels in an Openshift?
- Linux (RHEL): How can I trigger that a process tries to reorganize its memory at a specific memory limit?
Related Questions in CLUSTER-COMPUTING
- How to Socket.IO Multithreading on a Raspberry Pi?
- Snakemake remote rules re-read config file?
- Why can CPU memory be specified and allocated during instance creation but not GPU memory on the cloud?
- Make a Cluster without using MongoDB Atlas
- Why don't run at multiple thread?
- Imports failing with workaround in Google Dataproc Cluster Notebooks
- Galera Cluster: 3 Node Cluster, One Node does not reconnect after rebooting
- How to install gromacs on gcp HPC
- Slurm - How to run a list of jobs n by n?
- Setup Slurm partition for only interactive jobs
- makeCluster fails with remote server Ubuntu
- Creating a cluster with two laptops (mac)
- How to configure express-fileupload with cluster?
- problem in configuring dataproc cluster from GCP Console since Friday (1 february 2024)
- Kubernetes cluster refused to connect google cloud
Related Questions in OKD
- How to configure thanos-sidecar of prometheus -k8s through cluster-monitoring-operator in openshift-monitoring namespace of OKD 4.14
- OKD 4.x: how to change status of *-deploy pods from Completed to Terminating or otherwise delete them (as in OCP/OKD 3.11)?
- RunAsUser issue with postgres
- ERR_EMPTY_RESPONSE in Openshift Okd
- How to configure CORS annotations in Openshift (OKD) routes?
- deploy redis on okd redis.exceptions.ResponseError
- Openshift SecurityContextConstraints to access Host /proc/ dir
- How to find the Openshift Cluster API address using rest api
- How to see Openshift total available resources
- okd / openshift edge route with secrets
- How troubleshoot gateway timeout on openshift/OKD
- Bitnami Mongodb changed member's hostname from services to IP adresses on it's own and now I am unable to change it back
- How to read console logs of each pod in OpenShift (OKD) and forward it via syslog?
- How do I access a pod in another namespace?
- Faild creating ovirt_image during Install OKD 4.12 on ovirt 4.5
Related Questions in REDHAT-CONTAINERS
- ps within redhat container kills exec shell
- Running podman on a RedHat AL9 server issues
- Building Tesseract 5.3.3 with leptonica 1.84.1 on RedHat gives undefined reference errors at Make step
- Podman changes ownership of mounted directory to some numeric values
- Managing security context constraints
- ERROR: Preparation failed: exec: "docker-machine": executable file not found in $PATH
- Error: invalid config provided: published or exposed ports must be defined when the pod is created:
- I can't use the command `podman compose` in RHEL 9
- How to git clone a project into red hat app studio using app studio?
- Development Tools Group is not available in RedHat 8 Docker Image
- How to find OpenShift sandbox cluster admin password?
- Installing wg-quick inside Keycloak (UBI9) container
- How to add custom certificate chain to RedHat ubi8/dotnet-60 image?
- Renovate bot and latest images tags from Redhat public registry
- Why does bash wildcard * not work in a buildah run command?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
With 32GB what you are realistically looking for is "single node openshift". (Or the OKD equivalent.)
In OpenShift terminology a cluster where worker workloads run on the same nodes as the master workloads is usually called a "compact cluster". Although this is the direct question you ask (and is a supported configuration), you'd be looking at 24 GB for each master node, so 72 GB total, which is more than you have.
So you'd be looking at a single node running both worker and master workloads, typically called Single Node OpenShift (or SNO).