🛑
RedHat OCP Notlarım - 1w2.net
  • 🔺RedHat OCP Nedir?
  • OpenShift GUI ve CLI ile Yönetimi
    • ➡️OpenShift ile Başlarken
    • Host günlüklerini görüntülemek
    • Admin Console
    • Alert Manager
    • Annotate
    • API Request Counts
    • API Server
    • Authentication / Identity Providers
    • Builds and Build Configs
    • Cluster
    • Cluster Application Migration
  • OpenShift Makaleleri
    • ➡️OCP Worker Node REBOOT
    • Open Shift Kurulum Lokasyonları
    • Faydalı Linkler
Powered by GitBook
On this page
  1. OpenShift GUI ve CLI ile Yönetimi

Builds and Build Configs

oc get buildconfigs (veya oc get bc) komutu, o anda seçili olan proje/namespace Build Configs listelemek için kullanılabilir.

oc get buildconfigs
NAME                   TYPE     FROM   LATEST
my-hello-world-build   Docker   Git    1

PreviousAuthentication / Identity ProvidersNextCluster

Last updated 12 months ago