At Openshift 4.x that recomends using
oc debuginstead ofsshbellow I'll explain how to do it.
$ oc debug node/k8sdemo-hxvrp-master-2
# remember to change chroot /host| #!/usr/bin/env python | |
| # | |
| # Downloader for Google Web Fonts | |
| # | |
| # For usage information run with "--help" | |
| # | |
| # Works on Python 2.6 and later, 3 and later | |
| # Requires tinycss (and argparse for Python 2.6) from pip | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy |
| # Example Kickstart config file for RHEL5, change $VARIABLES to suitable values | |
| # for your site | |
| # Usage from linux kernel boot prompt: | |
| # linux ks=http://$SERVER_ADDR/ks/rhel5-example.ks ip=$IPADDR netmask=$NETMASK gateway=$GATEWAY [nokill] [keymap=pt-latin1] [noipv6] [debug] | |
| # | |
| # More boot options at http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/ch-bootopts-x86.html | |
| # Options for this section can be found at http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/s1-kickstart2-options.html | |
| install |
| #version=DEVEL | |
| # System authorization information | |
| auth --enableshadow --passalgo=sha512 | |
| # Use network installation | |
| # url --url="http://nas1.racinrandall.com/repo/centos/7/os/x86_64/" | |
| # Use CD for Install | |
| cdrom | |
| # Use graphical install | |
| text #graphical | |
| # Run the Setup Agent on first boot |
| #!/bin/bash | |
| # centos6 build | |
| yum install -y glibc zlib-static flex-devel wget | |
| fb_version="fluent-bit-1.2.1" | |
| wget https://fluentbit.io/releases/1.2/$fb_version.tar.gz | |
| tar -xzf $fb_version.tar.gz | |
| cd ${fb_version}/build |
| ## Credits to John Lieske - https://www.ansible.com/blog/getting-started-writing-your-first-playbook | |
| --- | |
| - name: Install nginx | |
| hosts: host.name.ip | |
| become: true | |
| tasks: | |
| - name: Add epel-release repo | |
| yum: | |
| name: epel-release |
본 이슈는 내부 레지스트리인 image-registry의 Operator 상태가 Degraded로 발생하는 이슈이다.
해당 버그 리포트를 살펴보면 OCP v4.4 버전에서도 발생했던 사항으로,
이슈가 발생하는 시점은 image-registry operator의 managementState를 Removed 상태에서 pruner job이 생성이 될때까지 기다리면 발생한다.
(현재 OCP v4.6은 managementState는 Removed가 기본)
[root@bastion ~]# oc describe clusteroperators image-registry | grep 'ImagePrunerDegraded'
| os_http_be.map and os_sni_passthrough.map are both just empty files |
Microsoft active directory servers will default to offer LDAP connections over unencrypted connections (boo!).
The steps below will create a new self signed certificate appropriate for use with and thus enabling LDAPS for an AD server. Of course the "self-signed" portion of this guide can be swapped out with a real vendor purchased certificate if required.
Steps have been tested successfully with Windows Server 2012R2, but should work with Windows Server 2008 without modification. Requires a working OpenSSL install (ideally Linux/OSX) and (obviously) a Windows Active Directory server.