Tobias Rahloff

Results 15 issues of Tobias Rahloff

On a k8s apiserver v1.5.6 the deployment fails: ![elk_error](https://user-images.githubusercontent.com/16914641/30043379-a2d79450-91bc-11e7-8743-7b9a6bde74fa.png) Log for kubernetes-event-printer: `2017-09-05T02:58:52.468020417Z parse error: Invalid numeric literal at line 1, column 10` Log for es-client: ``` 2017-09-05T03:03:38.559340597Z ... 11...

When building the marker array dynamically the notation has to be: ``` javascript newMarkers["m"+some_positive_integer] ``` For example: ``` javascript for(var i=0;i

Everytime I run `vagrant up` I get the error: ``` C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.3.0/fileutils.rb:1394:in `initialize': Permission denied @ rb_sysopen - C:/Users/trahloff/.vagrant.d/tmp/hosts.local (Errno::EACCES) ``` The Vagrantfile wasn't altered in any way. Visited Links: -...

Running the pipeline throws the error `Node is not a Kubernetes node:` for the step "Runing kubectl/helm tests"

When I try to start the install Jenkins with 'helm install stable/jenkins -f jenkins-values.yaml --namespace jenkins' I get the error message: `Error: parse error in "jenkins/templates/rbac.yaml": template: jenkins/templates/rbac.yaml:3: function "required"...

I installed the [ngCapture](http://ngcordova.com/docs/plugins/capture/) Plugin and tried to use it but It seems like the controller can't acces it. My controller: ``` javascript "use strict"; angular.module("ConnectedCarApp").controller("testCtrl",function($rootScope,$cordovaCapture, $cordovaMedia, $state, $scope, $mdSidenav,...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
ui

Thank you so much for your effort! It seems like you achieved exactly the thing I'm trying to build right now and I would love to learn from you. Sadly...

good first issue

OS: Windows 10 loc: 0.4.1 **test.tf** ```terraform resource "aws_s3_bucket" "b" { bucket = "my-tf-test-bucket" acl = "private" tags = { Name = "My bucket" Environment = "Dev" } } ```...

Hey, I just read through your "Design Patterns and Best Practices" and some open questions still remain. For example: how do I manage my routes? How do I manage the...