- Pamac
- Enable AUR support.
- Enable Snap support.
- Enable fastest mirrors.
- Select India from the list of mirrors.
- Click
Refresh Mirrors List
- Rankmirrors to Set the Fastest Download Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc patch consoles.operator.openshift.io cluster --patch '{ "spec": { "managementState": "Unmanaged" } }' --type=merge | |
oc set image deploy console console=quay.io/openshift/origin-console:4.2 -n openshift-console | |
oc rollout status -w deploy/console -n openshift-console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc adm upgrade --to-image=registry.svc.ci.openshift.org/origin/release:4.2 --force |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/rohit/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="robbyrussell" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TERM="xterm-256color" # This sets up colors properly | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/rohit/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, |
OCP 4.4 introduced native support for Helm Charts including a UI experience in OpenShift Developer Console to install and manage charts.
Release of OCP 4.6 will enhance the Helm experience further more in Developer Console by introducing dynamic form generation in chart installation using values schema.
A chart maintainer can define a schema in values.schema.json
file to enable dynamic form chart installation experience in console. A schema is represented as a JSON Schema. It might look something like this:
Steps to follow for seting up a sample GitOps pipelines using gitops-cli
-
Complete all the pre-requisite steps mentioned in the docs
-
Bootstrap a GitOps repository following steps mentioned in the docs
odo pipelines bootstrap --service-repo-url https://github.com/<username>/taxi.git \ --dockercfgjson ~/Downloads/<username>-gitops-auth.json \ --gitops-repo-url https://github.com/<username>/gitops-example.git \
--image-repo quay.io//taxi --prefix demo --output \