Top "Persistent-storage" questions

Persistent storage describes a mechanism that preserves the value of data over the lifetime of an executed script or program.

pod has unbound PersistentVolumeClaims

When I push my deployments, for some reason, I'm getting the error on my pods: pod has unbound PersistentVolumeClaims Here …

kubernetes persistent-storage
Android Room - Get the id of new inserted row with auto-generate

This is how I am inserting data into database using Room Persistence Library: Entity: @Entity class User { @PrimaryKey(autoGenerate = true) …

android persistent-storage android-room
How persistent is localStorage?

I'm depending heavily on localStorage for a plugin I'm writing. All the user settings are stored in it. Some settings …

javascript persistence local-storage persistent-storage
Persist variables between page loads

I am trying to capture the submit button press of my form and if the form is submitted, the page …

javascript jquery form-submit persistent-storage
Set javascript global variables across multiple pages

I want to store global variables in javascript array to make them available for multiple pages. I know that cookies …

javascript jquery html global-variables persistent-storage
C# .NET - method to store some very small scale persistent information?

I have an application that will need extremely little persistent storage. Realistically, we're talking about < 30 integers. All the application …

c# .net persistent-storage
Multiple Volume mounts with Kubernetes: one works, one doesn't

I am trying to create a Kubernetes pod with a single container which has two external volumes mounted on it. …

kubernetes persistent-storage
Simple persistent storage in Swift

I have an array of objects each with a number of properties. Here is some sample data taken by looping …

arrays swift nsuserdefaults nskeyedarchiver persistent-storage
Where is kube-apiserver located

Base question: When I try to use kube-apiserver on my master node, I get command not found error. How I …

docker kubernetes volume persistent-storage kube-apiserver
Postgres in Docker persistent data

I'm running postgres inside a docker container to limit the amount of system resources it has access to. I'm having …

postgresql docker persistence persistent-storage