Skip to content

redhat-developer-demos/build-status-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Checker

A utility container image that could be used as init containers with Kuberenetes deployments which can use the Knative build to build the image, that will be used in the deployment

Pre-requisite

  • The Kubernetes environment should have Knative Build deployed in your kubernetes environment

How to use ?

Add the following init-container definition to the kubernetes deployment

    initContainers:
    - name: build-status-checker
        image: quay.io/rhdevelopers/build-status-checker
        args:
         - poll
         - --buildname=my-build

Commands

The application right now supports only one command called poll the polls a named build. The poll command has only one parameter called buildname i.e the name of the build that needs to be polled and checked for status

Global Parameters

The application supports the following parameters:

  • loglevel: The level of logging you want from the application, all log levels from https://github.com/sirupsen/logrus are applicable

  • kubeconfig: The location of kubeconfig file if you are running out of the cluster

About

A utility to check the knative build status which can be used with vanilla k8s apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.4%
  • Makefile 9.4%
  • Dockerfile 3.2%