Most Popular

1500 questions
3
votes
1 answer

How to refresh user's content of the site after release?

I have an Angular / Web Api 2 site that uses ui-router for SPA behaviour and gulp for file transformations. There is an issue where when I release the site, the user has to refresh their browser to view new content (usually). I have cache busting…
RandomUs1r
  • 133
  • 4
3
votes
0 answers

Kubernetes on Azure, how do I reuse an existing disk in a new PersistentVolume?

I currently have a managed Azure disk created from a Azure disk snapshot of a Kubernetes Persistent Volume that no longer exists. I would like to know how to reuse the restored disk in a new 'PersistentVolumeClaim', otherwise K8s will request Azure…
Ygor Thomaz
  • 131
  • 3
3
votes
1 answer

Globally configuring Gitlab with Jenkins in docker container environment

I have Jenkins users authenticated by OpenLDAP and also gitlab CE instance authenticated by the same OpenLDAP. And all the three are running in three different docker containers in the same network. I am trying to pre configure Jenkins and Gitlab so…
3
votes
2 answers

Need a folder, always updated with the latest code from Git

I wonder if anyone knows of a tool or method that I can use to accomplish my goal of having a folder that always contains a copy of the latest code from my Git repository. I need it to work generically with Git, as it may be hosted on…
Niels Brinch
  • 139
  • 3
3
votes
1 answer

GitLab - trigger pipeline to build on specific runner

Scenario Create a new virtual machine with runner installed Trigger a pipeline to run (from another project), which runs on this new virtual machine Do something else, or fail if pipeline above fails on the new virtual machine Question I'm using…
Rekovni
  • 933
  • 10
  • 24
3
votes
2 answers

How to handle updating binary files on a dev server with git

I have a dev site on a server which is synced with my git repo. The git repo does not track the media/ folder. I want to update the content on the dev server to mirror the live server, so will copy over the database and the media/ folder from live…
karatecode
  • 133
  • 2
3
votes
1 answer

How can I download an artifact from Jenkins using the Google Login Plugin?

I recently spun up a new Jenkins instance and installed the Google Login Plugin for authentication via Google. I would like to download build artifacts to servers using a shell script, basically curl or wget, but cannot authenticate properly from…
3
votes
2 answers

Best tool for Docker Container test automation?

In my project i am building about 200 containers I want to check in a smoke test if the containers are still running after a rebuild in pipeline. I want to bring up the container with certain parameters and check if it is responding on ports…
Mandragor
  • 133
  • 3
3
votes
3 answers

How to integrate a platform as a service with configuration management tools?

Is a configuration management tool (Chef/Puppet/Ansible) necessary for managing an application on a PAAS system (Azure app service, Heroku, Elastic Beanstalk)? How would it be utilized? While a tool such as Chef does not inherently work on a PAAS…
Preston Martin
  • 3,288
  • 4
  • 18
  • 39
3
votes
1 answer

Build FreeBSD Docker image using Ubuntu host OS

I know that in generally it is impossible to build FreeBSD Docker image on Linux host OS due to different kernels and sys calls. Relevant discussion. However, I would like to know maybe there is a simple workaround to overcome this limitation? P.S.…
user54
  • 583
  • 1
  • 4
  • 16
3
votes
2 answers

Leadership types for DevOps team?

Would you say from experience, either task or relationship leadership style works better for DevOps? Or would you go for something else in this context than Forsyth's theory?
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
3
votes
2 answers

Dockerize CI installation on master node VM

Carrying on from this question, would you want to dockerise your CI (Gitlab (especially if Gitlab also contains all your repositories) or Jenkins) installation on your master node virtual machine? What are the advantages and disadvantages to this,…
Rekovni
  • 933
  • 10
  • 24
3
votes
1 answer

Docker Security Scanning: How to integrate Clair with a docker private registry?

According to the following documentation it should be possible to integrate clair with a docker private registry. How to do that? Registry Integration Clair can be integrated directly into a container registry such that the registry is…
030
  • 13,383
  • 17
  • 76
  • 178
3
votes
1 answer

Cassandra DB: store binary file record via shell

While the dev team works on a REST service to manage binary data in Cassandra, ops would like to store local blobs directly from shell. Is it actually possible via CQL/bash without a Cassandra driver? I could find so far only an example for Ruby.
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
3
votes
2 answers

Is there an overview of current resource usage in a GCP region?

When a container cluster was created on GCP in the morning it took less than 10 minutes until it was created. Now, after more than half an hour the cluster is still not created. It turned out that the resources in a certain zone were insufficient.…
030
  • 13,383
  • 17
  • 76
  • 178
1 2 3
99
100