The Wayback Machine - https://web.archive.org/web/20191101162005/https://github.com/topics/openshift
Skip to content
#

openshift

Here are 1,235 public repositories matching this topic...

jx
hferentschik
hferentschik commented Oct 7, 2019

Summary

asGitHubCommit uses commit.Author to extract the author of a commit. This is the GitHub user profile of the author, not the information specified in the commit. That's in commit.Commit.Author.

func (p *GitHubProvider) asGitHubCommit(commit *github.RepositoryCommit) GitCommit {
	message := ""
	if commit.Commit != nil {
		message = util.DereferenceString(commit.Com
Mad-ness
Mad-ness commented Feb 21, 2019

Description

I'm trying to set up openshift-3.11 on CentOS-7 on VirtualBox VMs:

cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.o
wikicoo
wikicoo commented Jun 26, 2019

Exception in thread "main" java.lang.ClassCastException: io.fabric8.kubernetes.api.model.IntOrStringBuilder cannot be cast to io.fabric8.kubernetes.api.model.ObjectMetaBuilder
at io.fabric8.kubernetes.api.builder.BaseFluent.acceptInternal(BaseFluent.java:118)
at io.fabric8.kubernetes.api.builder.BaseFluent.accept(BaseFluent.java:109)
at io.fabric8.kubernetes.api.builder.BaseFluent.accept(Bas

strimzi-kafka-operator
mprisco-mdsol
mprisco-mdsol commented Oct 28, 2019

Suggestion / Problem
As I was trying Strimzi for the first time, I was following the Quickstarts doc to run a single-node Kafka cluster but the Docker container for the Kafka node was failing with the following error:

Liveness probe failed: OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "process_linux.go:91: executing setns process caused

phlogistonjohn
phlogistonjohn commented Aug 10, 2018

Kind of issue

Bug

Observed behavior

Via code inspection it was noted that any operations on the heketi db done outside the lock may change the content of heketi.db while another heketi instance has the file locked.

Expected/desired behavior

DB changes should be done under a lock

Other useful information

Thanks to @ShyamsundarR for noticing this.

surajssd
surajssd commented Nov 21, 2017

Problem:

Kedge fails on creating OpenShift artifacts with error: error: unable to recognize "STDIN": no matches for apps.openshift.io/, Kind=DeploymentConfig

Steps to reproduce:

Using this kedge file:

$ cat kedge.yml 
controller: deploymentconfig
containers:
- image: centos/httpd
name: web
services:
- portMappings:
  - 8080:80

Now feeding it to opens

You can’t perform that action at this time.