Questions tagged [rollout]

68 questions
2
votes
0 answers

publish / rollout options for different versions / customizations of the same application to different customers?

Current issue: How do we efficiently deploy different versions of the same App to different customers? Example: App version 1.1 needs to be installed for customer A. App version 1.2 needs to be installed for customer B. App version 1.3 needs to be…
Perry G
  • 91
  • 11
2
votes
3 answers

Kubectl change default behaviour of record

how can I enable the record parameter by default each time I want to create a new pod? My goal is change the default behaviour of the record parameter in order to avoid to use the --record=true eache time I want to instantiate new pod. This is an…
carlo.zermo
  • 161
  • 1
  • 3
  • 9
2
votes
1 answer

Detect Chrome phased rollouts

How can phased rollouts be debugged in Chrome? Is there a screen which shows "you are in rollout group A" or B ? Same #Chrome Version 70.0.3538.102 (Official Build) (64-Bit) version, for me the cert does not work (first screenshot), for my…
Alex
  • 32,506
  • 16
  • 106
  • 171
2
votes
1 answer

How to "rollout" a new app to the internal testers list, before automatically being "published" & visible on Google Play?

The help text on Google Play Console is confusing. While we can set up a release to rollout for an internal test, it says* that a rollout to any track automatically sets the status to Published, and makes it visible on Google Play. It must be…
David
  • 21
  • 2
2
votes
1 answer

kubernetes rollout triggered on scaling

I have a simple kubernetes deployment with 3 replicas of an nginx container. The Kubernetes documentation here says: Note: A Deployment’s rollout is triggered if and only if the Deployment’s pod template (that is, .spec.template) is changed,…
mumshad
  • 409
  • 1
  • 7
  • 13
2
votes
2 answers

Android Instant App is uploaded but can not be roll out

UPDATE: 20170703 Using Android Studio 3.0 Canary 5 Modified some AndroidManifest and build.gradle files, Moved from inside to inside for both Base's AndroidManifest and App's AndroidManifest, like below:
hmaxf2
  • 656
  • 5
  • 10
2
votes
3 answers

How to use SVN to rollout ASP.NET websites?

We use ASP.NET / C#. We work locally, test locally, check in our code and binaries through SVN. On our server, we checkout the latest 'build' from SVN directly into our IIS web directory. Is this a good practice, or is there something else we should…
Jason
  • 16,739
  • 23
  • 87
  • 137
2
votes
3 answers

Rolling out entire site, or only changed pages/elements? (ASP.NET)

We use ASP.NET, C# When making an update to one of our websites, we roll out the entire site rather than updating just the pages or sections that have changed. This scares me. Is this a good idea? Should I roll out only the changes? Should I break…
Jason
  • 16,739
  • 23
  • 87
  • 137
2
votes
2 answers

CQ5: links/paths in properties aren't updated on page rollout

When I create a live copy of a blueprint website, and rollout pages using standard rollout config, links in the pages are updated to reflect the live copy version. ex. /content/myblueprintwebsite/home.html -> /content/mylivecopywebsite/home.html But…
JS Bournival
  • 113
  • 2
  • 7
1
vote
1 answer

Android Roll Out Menu

I am having a hard time to find some example code, which would allow me to roll out a little menu where I would want to place 6 check boxes. Something which would allow to collapse using a single click. I want to use this type of action rather than…
jjj
  • 2,594
  • 7
  • 36
  • 57
1
vote
0 answers

Previous version of app in Play Store is halted while newer version is being reviewed

I had the 1.2 version of the app available to all users and then uploaded the newer 1.3 version that is being reviewed. Common sense is that the 1.2 version would be available for users while the newer version is reviewed and then update to 1.3 when…
1
vote
1 answer

after I rollout my android app I get Draft status

Hello after I rollout my app yesterday and I got draft status and in review and when I go to Dashboard it says Production active
Trisyan
  • 13
  • 3
1
vote
1 answer

Google Play: Cannot remove country while staged rollout in progress

Until recently I had an app available in production in 2 countries, but then I decided to stop releasing the app in 1 of the 2 countries. When I went to release new versions of the app I would only select 1 of the countries and rollout to 100%. The…
alex-blair
  • 127
  • 1
  • 5
1
vote
0 answers

Staged rollout: Can people still go into google playstore to download the new version?

I am curious if its possible for the user to download the new version of the app while its rolling out. Like: A user who are not part of the rollout, still are able to download the latest (new) version if he/she goes into google play. I have heard…
Meyben
  • 451
  • 3
  • 15
1
vote
1 answer

Is it possible to terminate faster a container in local, after a rollout in Kubernetes

When I am in local, with minikube, I checked that each time I rebuild my app, and roll it out with : kubectl rollout restart deployment/api-local -n influx The container lasts 30 sec to be terminated. I have no problem for production matters, but…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325